View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Source for toolbar for code within VBA?

for a toolbar, go to tools=customize

on the first tab, select New

go to the second tab and in the first listbox select "Tools" and in the
second Listbox scroll down until you see "Record a Macro"

Drag that to the Toolbar you just created.

Then close the customize dialog. Is that what you wanted?

--
Regards,
Tom Ogilvy


"achidsey" (notmorespam) wrote in message
...

Excel Experts,

Before my hard drive crashed, I had a toolbar within my VBA Environment

that
would allow me to record procedures that wrote code.

For example, I recorded a procedure that would enter
"Cell.Find(What:="").Select

The toolbar was freeware that an MVP had suggested.

Can someone tell me where to get this?

Thanks,
Alan

--
achidsey