Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi, could someone could tell me why this:
public valuex as string Private Sub Worksheet_BeforeDoubleClick(ByVal Target As Range, Cancel As Boolean) Application.ScreenUpdating = False UserForm11.Show Target.Value = valuex Application.ScreenUpdating = True End Sub valuex =combobox3 (combobox3 on_change event) and valuex appears as empty althought I declared it (public valuex as string) I also trayed to declare valuex on my userform module TIA |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
IF Statement not working | Excel Worksheet Functions | |||
If statement working only once | Excel Worksheet Functions | |||
If Statement Not Working | Excel Worksheet Functions | |||
For Each Statement still not working | Excel Programming | |||
If statement not working right | Excel Programming |