#1   Report Post  
 
Posts: n/a
Default cell values

How do I set up a formula that will write a zero to a range of cells?
I wish to click on a radio button or such to effect this action.

  #2   Report Post  
Ron de Bruin
 
Posts: n/a
Default

Hi

Formulas can't do this.

You can insert a button from the forms toolbar and assign a macro to it

Sub test()
Sheets("Sheet1").Range("A1:A10").Value = 0
End Sub


--
Regards Ron de Bruin
http://www.rondebruin.nl


wrote in message oups.com...
How do I set up a formula that will write a zero to a range of cells?
I wish to click on a radio button or such to effect this action.



  #3   Report Post  
Anne Troy
 
Posts: n/a
Default

If you know in advance which cells you want to put zeroes into, you could
select them all, name the range, then record a macro that does Edit--Go
to--enter the named range and hit Enter. Type a 0 and hit Ctrl+Enter, then
stop recording the macro. Put the macro on a toolbar button. References:
http://www.officearticles.com/excel/...soft_excel.htm
http://www.officearticles.com/misc/m...ica tions.htm
************
Anne Troy
www.OfficeArticles.com

wrote in message
oups.com...
How do I set up a formula that will write a zero to a range of cells?
I wish to click on a radio button or such to effect this action.



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
How do I copy cell values (derived from formula), not references? Matt in a spot of bother Excel Worksheet Functions 4 July 28th 05 08:09 AM
column values to a cell with comma seperated Raju Boine. Excel Worksheet Functions 3 July 27th 05 03:30 PM
VLookup to sum cell values Zakynthos Excel Worksheet Functions 4 July 26th 05 12:05 PM
Possible Lookup Table Karen Excel Worksheet Functions 5 June 8th 05 09:43 PM
how can i automatically insert cell values into a comment field? spot987654321 Excel Discussion (Misc queries) 1 June 3rd 05 11:10 PM


All times are GMT +1. The time now is 03:07 PM.

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

About Us

"It's about Microsoft Excel"