This will replace the cell contents, on Sheet1, with "N/A"
Worksheets("Sheet1").Range("P3:P4").Value = "N/A"
> I have a Macro that clears a form, and I want it to replace the cleared cells
> with original information.
[quoted text clipped - 7 lines]
>
> Thanks

Signature
Debra Dalgleish
Contextures
http://www.contextures.com/tiptech.html
C.S.Harris - 13 Jan 2007 23:16 GMT
Thank you, why was that so hard for me to find anywhere else?
> This will replace the cell contents, on Sheet1, with "N/A"
>
[quoted text clipped - 11 lines]
> >
> > Thanks