Hyperlink calls macro passing argument
Thank You for the Help :-)
I've had trouble being able to post a message at times.
Sorry for duplicates
Please Help... this is basic stuff but can't seem to figure it out.
How do you hide a command button in vba???
these don't work...
Worksheets("Service Information").Range("B13").Hide = False
Worksheets("Service Information").Range(Cells("B13")).Hide = False
Worksheets("Service Information").Range("B13:B13").Visible = False
|