Putting zero value within a specified range, help please...

  • Thread starter Thread starter jhong
  • Start date Start date
J

jhong

Hi,


I have a macro that loops and stops until cells = 0 condition is meet.
Everytime i run this macro i do manually input zero to the range where
macro will run. My question is, can i create a macro that will put
zero to a specified range?


Thanks in advance!!


jhong
 
range(inputbox("enter cell address ie: c21"))=0
However, there is probably a better way. Post your macro
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top