Guy has attended:
Excel VBA Intro Intermediate course
VBA
How do I set up a macro - where do i find it on the toolbar.
RE: VBA
Hi Guy
When working extensively in VBA the best thing to do is to add the Visual Basic toolbar to the screen. To do this:
1. Go to View/Toolbars OR Right Click the Toobar area of the Excel page
A list of Toolbars appears
2. Click Visual Basic
The Visual Basic toolbar appears on the screen with buttons to run and record macros and view code.
Carlos