I am really tired and just can't figure this out
I am trying to do the following If statement, where k is a integer. I want the If statment to proceed if the contents of cell A:k start with a 'P'.
If "P*" = activesheet("A:" & k) Then
Thanks in advance for the help
- Hogie
I am trying to do the following If statement, where k is a integer. I want the If statment to proceed if the contents of cell A:k start with a 'P'.
If "P*" = activesheet("A:" & k) Then
Thanks in advance for the help
- Hogie