Narayan:
This is generating the following error:
Run-time error '1004'
No cells were found.
The populated cells will have three choices other than "Status (Choose):" from a pull down (via data validation). The form is to be reused each month, with the reset button returning the pull down...
I'd like to put a reset button into a spreadsheet so that I can reset the value of certain cells in a range at the start of a new payment cycle. Here is the code I have so far:
Private Sub CommandButton1_Click()
Range("U:U") = "STATUS (CHOOSE):"
End Sub
Unfortunately there are a lot of...
I need the help of the talented folks on this board. I've got a spreadsheet with 86 identical sheets, but the print area is off on each. When you select multiple sheets the Print Area button grays out. So looks like a job for VBA, however, my VBA skills are limited to copying snippets off the...