I have some notes about debugging at
http://www.cpearson.com/Excel/Debug.htm
..
--
Cordially,
Chip Pearson
Microsoft MVP - Excel, 10 Years
Pearson Software Consulting
www.cpearson.com
(email on the web site)
"David" <(E-Mail Removed)> wrote in message
news:d5719cd4-5779-43a7-964b-(E-Mail Removed)...
> Hello
>
> I'm debugging a fairly complex piece of VBA and using the "MsgBox"
> function at various points of the program to check what variables are
> etc.
>
> This is quite time consuming due to the nature of my code, is there a
> better way to debug? Is there a "trace" or similar function in VBA?
>
> Any advice gratefully received thanks!