heh, we had this issue, verify your cable is Cat5 and not Cat3. Hard set the Nic to 10/100 duplex (if you have gig that is).
Auto sense can do strange things to speeds.
WOHOO!
I installed SQL express and finally got it going. I did not allow enough room in the field (it se t it to 10 by default). Now I am rocking.
Thanks Roadki11
Yes, uninstalling the IE Enhanced did the trick. I had added my shares as trusted sites before and that did not work either.
Thanks TopKatz for the solution.
It was set to turn on except for apps listed below, which the box was empty. i changed it to only essential services and still am getting the same error.
Currently our system uses a vbscript file to map drives and printers when you login. We are trying to track when users login and logoff thier workstations or the terminal server. Is there an easy way to do this? I know I can add a logoff script through group policy, but I am unsure how to write...
Is there a way to set Acrobat 6 pro or Reader 8 so that the default print is set to Landscape without setting the actual printer to landscape? I can set the print setup to landscape but as soon as I close it, it switches it back to portrait.
Thanks,
Clayton
just for kicks, I removed the machine from the domain. I then mapped a drive using teh same credentials and I could install just fine. I then readded the server, same issue....
Redid all that and verified that the pc name was removed from AD. Same issue....
I recently added a new sever running MS Server 2003 w/ SP2 and all updates already applied to our domain. Logged in as the domain administrator (or with an acount with domain admin privledges) I am unable to install applications from a network share (by mapped drive, hostname, or ip addy).
the...
I was able to pop one Adaptec USB2connect in on Saturday night (Fast shipping). It works great, no errors on boot up, Plug & Play, my device now shows up on a USB 2.0 port. I used the middle PCI slot btw.
Thanks to all those that found this card.
I have the same issue. I picked up a couple cheap cards at Compusa and of course they did not work. After seeing this thread, I searched on ebay and found the Adaptec ones for under $17 shipped. I will report back once I get them. I just thought I would let others know you can find them.
I would like to thank everyone for the assistance.
misscrf your idea of using "g" in front of the number was the ticket, now I don't have the issue with it not seeing the correct number based on having a leading 0 and it was easy to pull it out later so it looks like it should.
Skip, I understand that. That is why i also linked the workbook in my OP.
Aside from that, I have stepped through my code and all the values are correct except when it goes to do a cell.find on the final page to copy the data to the correct cell. The values are correct, but the cell selected...
Thanks guys for the input.
misscrf - I did try that and it didn't make a difference (I will re-test though as I may have fouled it up before).
Skip - I apologize for my sloppiness. I will try to re-word the question to make better sence. It is not with a particular line of code that causes the...
I have a mcro that converts a spreadsheet into organized data (the way they want it). One of the functions is that it has to figure up the wage per an hour based on different factors. Hours, overtime, milage (input via msg box), and base pay(hard coded in macro). It works great! However, now I...
I have a large macro setup that runs through a for next. It will not end! I can post the code here. I am very sure the code itself can be reworked to be smaller, but this is what I could come up with.
The goal is to find a range based on a start and end date, then by a property code and lastly...
I tried this for my macro:
Sub units()
rng = Cells.Find("*", [a1], , , xlByRows, xlPrevious).Row
Range("M1").Select
For i = 1 To rng
If ActiveCell.Value = "RB*" Then
ActiveCell.Value = "630"
End If
ActiveCell.Offset(1, 0).Select
Next i
End Sub
Which i am sure there...
I am trying to run a find and replace type macro on my spreadsheet. I want to find a cell in a column based on part of the cell contents and change it something else. Example: In a column I have RB 603,RB 512, RB 15, TOE17, HAND 01.
I want to go down the column and replace all of the RB's with...
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.