Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello all,
Having managed to create a reporting tool, first attempt at excel VBA, my manager now wants an update built in. I thought the easiest way would be to call the Standard Form from the Data tab. Although by simply highlighting the cells, and selecting from the drop down lis, my code does not appear to work. Private Sub CommandButton1_Click() Dim ws As Worksheet Set ws = Worksheets("GSOPs") Range("A3:H32").Select With ActiveSheet ..ShowDataForm End With Any suggestions would be gratefully recieved. 2 days to finish this off and multiple sheets to build in to the options. Thanks, End Sub -- Brian McCaffery |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Calling JJ re generate form at runtime | Excel Programming | |||
calling function form within sub | Excel Programming | |||
Calling the Print Form | Excel Programming | |||
Calling Com addin from form button on sheet? | Excel Programming | |||
Calling variable from user form | Excel Programming |