Good afternoon people.
Brief history...
I have a small table. At the right of each row in the table is a little activeX control that will run a tiny script and populate 2 fields for that row.
I.e. click the control on the right of the 1st row... and two cells in the 1st row are updated/populated/amended, click the 2nd control and the 2nd row gets updated/populated/amended.
My problem...
Not all of the table is always populated, and what I want is if someone hits a button on an unpopulated row, the script checks the first cell of that row, fir example B6 ... and just does nothing. No error, no message, just skips to the end of that segment of code.
Each button is it's own code for it's own row, so if someone could provide guidance assuming cell B6 is the cell to check, I'm sure (well, I hope) i'll be able to amend the code for the other cells.
This is the code I'm looking to wrap in some kind of skip if X not populated. By the way, populated can be ANYTHING, numbers data, dust on the screen... if that cell is populated, I want the script to run, if it isn't then, I want it skipped.
I hope what I'm asking for makes sense, and I'm grateful in advance for
Bookmarks