Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
Hi all,
Can someone help me with my with this problem. I have an Excel file with a button to run a small macro: unhide and displys worksheets. It works when the file is opened with Excel. The macro is simple: Sub Button1_Click() Sheets("FF").Visible = True Sheets("FF").Select Range("C1").Select End Sub I need to open it from an intranet site. When user selects the file, the web app retrieves the file and responses to open an Excel file. But on the intrenet I get the following error massage "The macro "GenerateResource.aspx?ResourceID=7508'!Button1_Cl ick' cannot be found" Can anyone help. Thanks in advance Adam |
#2
![]() |
|||
|
|||
![]()
Can any one help with this as it is needed urgently
Thanks "tigertax" wrote: Hi all, Can someone help me with my with this problem. I have an Excel file with a button to run a small macro: unhide and displys worksheets. It works when the file is opened with Excel. The macro is simple: Sub Button1_Click() Sheets("FF").Visible = True Sheets("FF").Select Range("C1").Select End Sub I need to open it from an intranet site. When user selects the file, the web app retrieves the file and responses to open an Excel file. But on the intrenet I get the following error massage "The macro "GenerateResource.aspx?ResourceID=7508'!Button1_Cl ick' cannot be found" Can anyone help. Thanks in advance Adam |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to call a macro in an XLA add-in | Excel Discussion (Misc queries) | |||
Unable to open excel sheet in Protected mode from VB 6.0 | Setting up and Configuration of Excel | |||
Open Access Database under and Excel window using a Macro | Excel Worksheet Functions | |||
How do I setup a spin button in excel | Excel Discussion (Misc queries) | |||
Open a file in excel from a link in eplorer | Excel Discussion (Misc queries) |