Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default tracking a macro like the evaluate formula tool

Hello,

I would like to follow a macro through step by step
through the VBA editor or some other method. My macro is
not bringing up coding errors but the end result is not
what I expected.
I was hoping there is a process similar to the evaluate
formula option.
I am not an expert with macros so...any help is GREATLY
appreciated.

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7,247
Default tracking a macro like the evaluate formula tool

You can put a breakpoint on the first line of code my selecting
that line in the editor and pressing F9. Code will pause when
that line is executed. Then, you can use F8 to step through the
code line by line. See http://www.cpearson.com/excel/Debug.htm
for other tips on debugging code.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com



"rekoop" wrote in message
...
Hello,

I would like to follow a macro through step by step
through the VBA editor or some other method. My macro is
not bringing up coding errors but the end result is not
what I expected.
I was hoping there is a process similar to the evaluate
formula option.
I am not an expert with macros so...any help is GREATLY
appreciated.



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default tracking a macro like the evaluate formula tool

Thank-you!

rekoop

-----Original Message-----
You can put a breakpoint on the first line of code my

selecting
that line in the editor and pressing F9. Code will

pause when
that line is executed. Then, you can use F8 to step

through the
code line by line. See

http://www.cpearson.com/excel/Debug.htm
for other tips on debugging code.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com



"rekoop" wrote in

message
...
Hello,

I would like to follow a macro through step by step
through the VBA editor or some other method. My macro

is
not bringing up coding errors but the end result is not
what I expected.
I was hoping there is a process similar to the evaluate
formula option.
I am not an expert with macros so...any help is GREATLY
appreciated.



.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
A Real Estate Tracking Tool jRene'''' Excel Discussion (Misc queries) 2 May 11th 09 05:13 PM
Project Purchase & budget tracking tool Chuck[_3_] Excel Worksheet Functions 0 November 1st 07 10:14 PM
I want to track tool utilization, tracking by hour and day. Lonestar John Excel Discussion (Misc queries) 0 September 20th 07 03:38 PM
Excel Tracking Tool Sandy T. Excel Worksheet Functions 0 April 23rd 07 04:40 PM
PTO Tracking Tool HRRick Excel Discussion (Misc queries) 0 January 11th 07 10:52 PM


All times are GMT +1. The time now is 11:19 AM.

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

About Us

"It's about Microsoft Excel"