ipbr21054
Well-known Member
- Joined
- Nov 16, 2010
- Messages
- 5,699
- Office Version
- 2007
- Platform
- Windows
Currently not at my pc but I would like a userform to only be shown if a specific cell is empty.
Would this be correct ?
Please advise.
Would this be correct ?
Please advise.
Code:
[COLOR=#000000][FONT=UICTFontTextStyleBody]If Cell (“B1”) = “” Then[/FONT][/COLOR]
[COLOR=#000000][FONT=UICTFontTextStyleBody]Userform1.Show[/FONT][/COLOR]
[COLOR=#000000][FONT=UICTFontTextStyleBody]Else[/FONT][/COLOR]
[COLOR=#000000][FONT=UICTFontTextStyleBody]Exit sub [/FONT][/COLOR]