T
Trintrin
1. On one of my worksheets if I select so much as one column two hide
it hides my whole worksheet. How can I stop that?
2. In a userform I want to prompt for a row number and have them
either input a number or use irow. what value should I do?
For example, I want it to print out like this for the input of the
number five, or iRow
ws.Cells(iRow, 11).Value = Me.CharityEvent.Value
ws.Cells(5, 11).Value = Me.Buickbox.Value
Thanks
it hides my whole worksheet. How can I stop that?
2. In a userform I want to prompt for a row number and have them
either input a number or use irow. what value should I do?
For example, I want it to print out like this for the input of the
number five, or iRow
ws.Cells(iRow, 11).Value = Me.CharityEvent.Value
ws.Cells(5, 11).Value = Me.Buickbox.Value
Thanks