Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
EXcel VBA gurus:
This project works fine when opened in excel. But my pop up is giving problem when opened in intranet link. on degbugging, showpopup fails. -2147467259 Method 'ShowPopup' of object 'CommandBar' failed ------code --- For Each bar In CommandBars If bar.Name = "MyBar" Then x = 1 Set myPopup = bar Exit For End If Next bar If x = 0 Then Call CreateMyPopup End If myPopup.Enabled = True myPopup.ShowPopup ------code --- it works sometimes. Thanks MVM |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Importing data over intranet | Excel Discussion (Misc queries) | |||
VBA Excel project won't work when opened in intranet | Excel Programming | |||
Using add-in through intranet | Excel Programming | |||
Assigning the Help 4, *.HLP file for a project programmatically in a protected Project | Excel Programming | |||
Accesing vba project from wb that has vba project password protected | Excel Programming |