I am referring to the Autocad status bar, which includes options such as Ortho, Grid, Paper/Model etc. When I initially open up Autocad, an error message flashes regarding a failure to update the registry. Apparently this is part, if not entirely the problem. After a little research it seems...
The solution needs to be a formula I do not have to modify - if I have the equation:
=Sheet2!A1+Sheet3!A!+A1
and it becomes
=Sheet2!A1+Sheet3!#REF!+A1
when a line is deleted on sheet 3, is there a way I can report any cell with a #REF as simply a 0? I was playing around with the...
Here is the situation:
I am totaling the sums from several different sections of worksheet 1 onto worksheet 2. Several of the sums on worksheet 1 will be deleted, causing the error #ref on worksheet 2. How do I total the sums, exluding the #ref
Thanks-
-Dan
Sorry, I was actually looking to just open and close the toolbar -
Application.CommandBars("Test").Visible = True
Easy enough, thank you for the help anyway-
-Dan
OK, now it doesn't like the line telling the toolbar to close. What is the correct coding? I would like to open 4 different custom menus at when the workbook is opened, then close them with the workbook.
I am trying to open and close some custom menus - when I run the following, I get the error message below:
Private Sub Workbook_BeforeClose()
Application.Toolbar("Test").Delete
End Sub
Compile Error:
Procedure Delcaration does not match description of event or procedure having...
It may just be my computer. I tried it on another machine and it worked fine. For some reason, on my machine the bottom portion of the drop down is not visible and the scroll will not work. So the first half of the contacts show up, but the second half are unaccessable. I guess this is just...
Here is the situation- I have two drop down boxes, the first box triggers the second. The first drop down contains a list of Geneneral Contractors, the second drop down contains the contacts at each general contractor. There are maybe 15 General Contractors, up to 20 contacts for each. How...
Actually, both of the following lines are there:
Private Sub Workbook_Open()
FixCustomToolbar "Bidding004"
FixCustomToolbar "Functions"
End Sub
There were 2 custom menus before - one being "functions" the other being "bidding004". Now there is only...
You are right, it does not have the toolbar "Functions"
The name is "Bidding004" - but does your code rever to either name?
I entered
?application.commandbars("Bidding004").index
Response was:
25
OK, I put the queries into the immediate window and hit return, but the same
Run-Time error '5':
Invalid procedure call or argument
comes up, refering to the same hi-lighted line.
Rob,
Sorry, but I'm not real sure on what the procedure is here -
I open the workbook, activate macros, and the folllowing error message comes up:
Run-Time error '5':
Invalid procedure call or argument
I hit debug and it takes me to this line:
For Each objControl In...
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.