View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
needin' help needin' help is offline
external usenet poster
 
Posts: 1
Default reading cell contents in a macro

How do I program a macro to read the contents of a cell:
- letters
- numbers
The last row in my spreadsheet has a value of 99999.
Need to loop until the cell value = 99999 - how do i do this?
While looping I need to take action only if a certain letter is encountered in a cell - if the letter is "J" I need to run another macro.

Is anyone able to help?

Please & Thanks!!