A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Button fails to call macro when open an Excel via Intranet



 
 
Thread Tools Display Modes
  #1  
Old April 11th, 2005, 11:29 AM
tigertax
external usenet poster
 
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  
Old April 12th, 2005, 10:21 AM
tigertax
external usenet poster
 
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

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
after creating macro button, closed excel then restarted excel. b. hankd74 General Discussion 3 March 3rd, 2005 03:04 AM
HOW DO I OPEN AN EXCEL TEMPLATE USING A CONTROL BUTTON IN ACCESS OPEN AN EXCEL TEMPLATE FROM ACCESS Using Forms 1 October 1st, 2004 03:09 PM
Macro help please: Excel data to word doc anna-maria General Discussion 5 June 30th, 2004 11:53 PM
Excel File will not open if Excel is no open first Vyyk Drago General Discussion 2 June 23rd, 2004 01:14 PM
=> VB Command button to Execute Excel Macro Rhonda Fischer Worksheet Functions 1 January 26th, 2004 10:53 AM


All times are GMT +1. The time now is 08:40 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.