Hello all,
I have searched everywhere for this topic, but could not find anything and I am starting to think it is impossible.
Basically, I want that the code finds the next blank in column F. Upon that, a msgbox should pop up with the text value of column C of the same row that the code found the next blank.
Now, here is the tricky part, the text value of the column C on the msg box, should be able for the user to copy, the user will then paste this value on another system, which will tell him the result.
The user will come back to excels msgbox and click the correct result (A,B or None), finally code will input A or B in the found blank cell.
But if the user clicks None, the whole row should be deleted.
And so one, until there are no more blank cells in F, of course not counting the end blank cell.
The copy part is really bothering me, I am not sure if there is a way, maybe combination of Input and msg box.
Thank you in advance
I have searched everywhere for this topic, but could not find anything and I am starting to think it is impossible.
Basically, I want that the code finds the next blank in column F. Upon that, a msgbox should pop up with the text value of column C of the same row that the code found the next blank.
Now, here is the tricky part, the text value of the column C on the msg box, should be able for the user to copy, the user will then paste this value on another system, which will tell him the result.
The user will come back to excels msgbox and click the correct result (A,B or None), finally code will input A or B in the found blank cell.
But if the user clicks None, the whole row should be deleted.
And so one, until there are no more blank cells in F, of course not counting the end blank cell.
The copy part is really bothering me, I am not sure if there is a way, maybe combination of Input and msg box.
Thank you in advance