Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I just upgraded to office 07 and have found an eror in some of my VB relating
to naming buttons on my sheet. Here is the actual code that used to work in 03... Sub DoubleDoor(C As Integer, Col As Integer) ActiveSheet.Shapes(Col - 5).Select If Selection.Characters.Text = "Selected" Then MsgBox ("Please click 'Clear All' before changing door layouts") Else ActiveSheet.Shapes(Col).Select Selection.Characters.Text = "Selected" etc. etc. Basically, another sub called this sub sending C and Col. Col is an integer gotten by this code... Col = Application.Caller I get an error everytime I run this code telling me that this object does not support this property or method. I am trying to first of all, check to see if a button (named 1 (Col would be 6, 6-5=1)) has the text "Selected" if it does, I want to msgbox the user to click on another button. If it doesn't have that text, I then want to run the "else" section which will re text the button selectd to say "Selected". Any ideas on this? I have enabled macros when I open the file and have also trusted the location of this file. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
[Excel03] Auto calculation and CPU at 100%, but no problem with 20 | Excel Discussion (Misc queries) | |||
same workbook in two different excel03 sessions for two monitors | Excel Worksheet Functions | |||
In Excel03, I want wmf files to have dotted lines like in Excel00 | Excel Discussion (Misc queries) | |||
Excel03 - empty cells and SpecialCells ( xlVisible ) | Excel Programming |