Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
tigertax
 
Posts: n/a
Default Button fails to call macro when open an Excel via Intranet

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   Report Post  
tigertax
 
Posts: n/a
Default

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to call a macro in an XLA add-in Peter Laman Excel Discussion (Misc queries) 1 March 10th 05 06:40 PM
Unable to open excel sheet in Protected mode from VB 6.0 ourspt Setting up and Configuration of Excel 0 January 26th 05 12:07 PM
Open Access Database under and Excel window using a Macro BMSpell Excel Worksheet Functions 1 January 8th 05 06:32 PM
How do I setup a spin button in excel Andy K Excel Discussion (Misc queries) 1 November 26th 04 10:08 PM
Open a file in excel from a link in eplorer Dave Peterson Excel Discussion (Misc queries) 0 November 26th 04 02:25 AM


All times are GMT +1. The time now is 09:21 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"