I already installed it. Darn, I wish I would have known that from the beginning. Is it worth uninstalling, or would it be better to try and make it work?
Hello everyone,
I installed Sharepoint 2.0 on my 2003 box. It works great, but I already had content (other web applications) on there. How do I seperate the two, so I can run my current web apps, and still run sharepoint?
Thanks,
-Brian
Hello,
On my excel SS I am copying a range that is formatted nicely from one worksheet to another. But when I paste it on a new worksheet, it loses all of the nice column/row (width/height) formatting. How do I set it back to how it was, I mean so it fits nicely on one page...etc.
One thing that I noticed is that the error message dictactes that I should have SP1 (via a google search). I do not have this (I am waiting on tech support to do it for me, I don't have the rights.) Do you think that could do it?
OK, first off I copied your code exactly as you had there. The file is posted as I said in the posting above. Please download it. The defined names are on seperate worksheets, I load them into a combo box. Upon a selection change I want to copy the range associated with the defined name into a...
OK, these (copy_str) are defined names. I am now getting the error message:
Run time error '1004'
Method of 'Range' object '_worksheet' failed.
I don't get it, I click on help and it gives me a blank help page. I know that I am getting the correct value for the defined name copy_str.
I posted twice on this subject on accident - sorry. It does not break, instead it does not copy. It seems to, but when I go to look at the new page it has not copied anything.
bryanbayfield - your code breaks, see below....
Here is the code that I was using:
Private Sub cboSelectPlay_Change()
Dim formation As String
Dim r As Integer
Dim nms
Dim wks
Set nms = ActiveWorkbook.Names
Set wks = Worksheets(1)
formation = cboSelectPlay.Text
'For r = 1 To nms.count
'...
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.