View Single Post
  #7   Report Post  
Posted to microsoft.public.excel.programming
Howard Howard is offline
external usenet poster
 
Posts: 40
Default Macro/Command Button

Tried it. Still isn't working.
I have to go out for a while. I'll try to check back later. Thanks for all
your responses!
Howard
"JK" wrote:

Howard,

You need to call the macro. Try this: Call Release

Jim Kobzeff

"Howard" wrote in message
...
Excel 2000 (or 97)
Although it's been a while, I have done this, but I cannot get it work

now.
I created a macro by using the macro recorder. I gave it the name Release.

I
then created a command button on the worksheet. The name of button is
btnRelease. In design view, I selected the button and clicked ViewCode.

That
gave me the click event:
Private Sub btnRelease_Click(). Between that and End Sub, I wrote

"Release"
(no quotation marks). I thought that would reference the macro and run it.

I
get the message "Function or interface marked as restriced, or function

uses
Automation type not supported in Visual Basic.
Am I missing a step?
I'll appreciate the help,

--
Howard