Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hy,
i've made an excel file with a macro that execute this operation: -open a pop-up to put username and password -check this on-line -refresh every minute the spreadsheet with some dates from a server Until now it's all ok, but on a 2000 professional/Excel 2000 (9.0.2812) the macro is not execute! and no error is showed where's the wrong? the macro are available! the firs instruciont of the macro is: Private Sub Workbook_Open() 10 Worksheets("Dati").Range("A65535").Value = "0" 20 Worksheets("Dati").Range("B65535").Value = "::" 30 UserForm1.Show End Sub but the UserForm1 (the pop-up with the form) doesn't open! what's the problem/error? It could be a antivirus? (this file is on a the pc of my client!) thank you.. ans sorry for my english! |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is your user disabling macros when they open the workbook?
Do they have an addin installed that disables macros? -- Regards, Tom Ogilvy "Marco" wrote in message oups.com... Hy, i've made an excel file with a macro that execute this operation: -open a pop-up to put username and password -check this on-line -refresh every minute the spreadsheet with some dates from a server Until now it's all ok, but on a 2000 professional/Excel 2000 (9.0.2812) the macro is not execute! and no error is showed where's the wrong? the macro are available! the firs instruciont of the macro is: Private Sub Workbook_Open() 10 Worksheets("Dati").Range("A65535").Value = "0" 20 Worksheets("Dati").Range("B65535").Value = "::" 30 UserForm1.Show End Sub but the UserForm1 (the pop-up with the form) doesn't open! what's the problem/error? It could be a antivirus? (this file is on a the pc of my client!) thank you.. ans sorry for my english! |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is your user disabling macros when they open the workbook?
no Do they have an addin installed that disables macros? i don't konw... what could be "addin installed"? thank! |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is your user disabling macros when they open the workbook?
Do they have an addin installed that disables macros? the problem is "panda antivirus"! my client... has call me now! thank you! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro problem | Excel Discussion (Misc queries) | |||
MACRO Problem | Excel Discussion (Misc queries) | |||
I tried to get around the problem of the pivot table field settingdefaulting to Count instead of Sum by running a macro of change the settingfrom Count to Sum. However, when I tried to run the Macro, I got error messageof run time error 1004, unable | Excel Worksheet Functions | |||
I tried to get around the problem of the pivot table field settingdefaulting to Count instead of Sum by running a macro of change the settingfrom Count to Sum. However, when I tried to run the Macro, I got error messageof run time error 1004, unable | Excel Discussion (Misc queries) | |||
Macro Problem | Excel Programming |