After 12 hours of install... it worked however was running very poorly. I decided to just bite the bullet and go get a new mobo/cpu and ram. I spoke with a guy there and after telling him everything i had done and showed him a list of what I had that i wanted to upgrade from he said he was 80%...
Sorta...
I found this page that helps setup a flash drive to be bootable to run the setup:
http://kmwoley.com/blog/?p=345
so i followed this then booted up using flash drive. Part way through the install process said it couldnt write and aborted the process so i restarted the install...
New disc, opened when i rebuilt the machine and not used since.
I wonder. I have one of those HD docking stations. I do not have another desktop. Think i could dual boot a laptop using that docking station... then put the new copy on the docking station. Reinstall in the desktop and maybe...
Well today tried again, still slow... and now I got a bsod. I was a little ticked and shut it down but i got a page in a nonpaged fault area on asa.sys....
or something close to that anyway. This is also on a new hd that i purchased this morning.
I downloaded the Western Digital diagnostics and put them on another machine, connected the hd and it tested fine with both the extended test and the writing zeros test. Hard drive is blank and unpartitioned now, trying again. RAM was tested through another diagnostic yesterday, I forgot to...
hi.
i rebuilt my machine a few months ago. installed a legit full copy of vista. ran fine til yesterday. I went to play a game and the machine froze. This is the first time is has frozen in quite a while. I rebooted yesterday and it would not reboot. Tried last known config, safe mode...
I have the following function:
substr(MSG_TEST_X,1,index(MSG_TEST_X,'-') - 2)
If I change the "- 2" to "+ 2" it works, it just does not seem to work with subtracting. I have also tried the position function and the same result happens.
How can i get this to work subtracting 2 positions...
I guess the question is how do I get the whole next quetion and and answer to move to the next page rather than it looking something like the following:
########################################################
Will I be able to accomplish this:
Check box YES
<============ end of page 1...
Ok I have built a form. On this form there are several places for test to be entered as well as yes/no check boxes. What I am looking to do is when a large amount of text is entered into a textbox and it shifts the content below this text box down the page (as it should) it doesnt split...
I pasted the code in a module. I wasnt sure how to call it exactly so I used =IsHidden(B2) as I was able to use in the sample i provided.
How are you calling it... or a better question how are you using it on a sheet? I am not familiar how to use it on a sheet and not through the vb edit panes.
The first piece of code above works for rows, however I changed Rows.Height to Columns.Width and the second one did not work.
I tried your code calling it from =IsHidden(B2) and hid both the row and the column... neither of which changed the value to True
This works to test if a row is hidden...
Public Function IsHiddenRow(par1 As Range) As Boolean
IsHiddenRow = False
If par1.Cells(1, 1).Rows.Height = 0 Then IsHiddenRow = True
End Function
However this does not work for Columns...
Public Function IsHiddenRow(par1 As Range) As Boolean...
Apparently I have asked the wrong question lol...
I have used functions in excel however not that familiar with subroutines. How can I get this to work.. you guys obviously have more experience with this than I. I have searched and searched and tried different variations etc.
Still cant...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.