Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.
Thanks for your replies guys.
Followed the tips, cleared cmos, tried booting on a piece of cardboard on my desk with only cpu, ram, vid card, and case speaker on...still no beeps, no vid, nothing...
I figured it was fried, so I went ahead and dropped a few hundo on a new mobo/cpu/ram from...
I just upgraded from an old alienware 500w power supply, to a Tuniq Ripper 1000w
upon installing, I now get no beep, no video, everything is spinning away though just fine...but no boot...I even have the green light on the mobo on, im just getting no feedback at all
i reset ram, cmos, vid...
Thanks for the response!
The wireless dosnt work even if the lid is up. I dont think it would be a battery issue because even when the laptop is fully charged and plugged in it still wont work...
http://h10025.www1.hp.com/ewfrf/wc/product?product=3441671&lc=en&cc=us&dlc=en&lang=en&cc=us - Laptop in question
Ok so basically one day I woke up and tried browsing the internet on my laptop and it wasn't working. I looked at my wireless switch on the side of my laptop and the switch was on...
Correct, that does work, but the users who will be using this wont be doing that, they will be clicking the cell each time, which is why i was asking about removing the paragraph mark when doing so.
Ahh, gotcha, I should have specified, yes, im running 2003...thanks for the help everyone!
I never said it happens when i paste directly into a new document, i said that when pasted into a TEXTBOX in word is when im getting the paragraph mark, believe me the first thing I checked when this popped up was to see if paragraph marks were set to be shown. If you actually try what I said in...
Alright, to better illustrate the problem, since the pic is a bit confusing, and I guess im not being too specific, try doing this, youll see what I mean.
Open a blank excel document, in the first cell, type the number 1 in a cell, right click the cell, hit copy
Open a blank word document, go...
What I did was print screen the two programs
on the left of that pic is what im right clicking, and copying in excel
then im pasting it into a word document's textbox
and every time i post it into that textbox, or any other one, i get a paragraph character
(Anything elsewhere in the...
Well, i posted it here, because there may be a VBA solution...
Its not going into word just anywhere, as you can see above, its going into a textbox control
Only time it shows up is when pasting it into that textbox
Heres the run down.
I have two things open, a Microsoft Excel spreadsheet, and a Microsoft Word document
When I copy a twelve digit number by right clicking the cell, hitting copy, then pasting it into a textbox on a word document, I get a trailing symbol. Here is a picture with the cell, and...
Thanks for the help everyone, ive finished this part!
my major problem was not having this
lastrow = ActiveSheet.Cells.SpecialCells(xlCellTypeLastCell).Row
replaced with this
lastrow = xlApp.ActiveSheet.Cells.SpecialCells(xlCellTypeLastCell).Row
that was creating a bunch of excel...
Alright, I appreciate all of the responses, but again, i LOVE the suggestions, but this project isnt that big, and its just a few dudes who want it this way, I asked her If i could do it another way, but she said this shouldnt be that difficult...
Instead of having excel take it from word, im...
Well, my supervisor said if it was too difficult/stupid to do in excel, access would be ok. However, she still wants to be able to use this certain form as a .doc, so they can grab this .doc off the server, fill it out, email it to the head, and they can click a button on the access DB they...
thanks for the suggestions, but she really does need it done in Office's VBA language, its not a big college by any means, so it wont get that huge as far as the spreadsheet goes, they are just used to office and yea she needs it done in vba
and vba experts who can pass on their knowledge here?
So for my internship that started monday at a local college, basically, im responsible for electronic-ifiying the paper work forms
They would fill out an word document, and i'd use some script / macro to populate certain cells in excel
Only programming experience i have is self taught HTML...