Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
will someone tell me why this does't call the macro. This is in the code for
a user form. It is acessed by an option button. Do I need to put the macro procedure into the code of the option button? Thanks Private Sub OptionButton30_Click() 'Announcer Cards Call AAAA Worksheets("Data").Range("A4:A100,D4:D100,E4:E100, G4:G100,L4:L100").Copy Worksheets("Announcer").Range("A2").PasteSpecial Paste:=xlValues Application.CutCopyMode = False 'Destination:=Worksheets("Announcer").Range("A2") End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
calling C# DLL from VBA | Excel Programming | |||
Calling a Sub from another | Excel Programming | |||
Need Help using/calling a DLL | Excel Programming | |||
Need Help Using/Calling DLL Please | Excel Programming | |||
Calling SUB | Excel Programming |