Howdy folks.
Im working on some autocorrecting stuff, and would like to see if I can get input here. |I suppose my biggest issue is lack of familiarity with VBA syntax. Im able to reverse engineer most scripts as needed (i use you guys quite a bit, and just registered today).
Im needing to be able to correct #N/A errors by scanning down a column, and with each instance reference the corresponding cell in a different column as a prompt for overwrite in that cell. For example, after clicking a button to activate the macro in one worksheet, in another it finds each #N/A in column B, it will show an error message like "Update code for (name in column A)" and allow a text box entry to update it:
[TABLE="width: 157"]
Name
[/td]Code
[/td]Smith, Sara
[/td]
[TD="align: right"]223[/TD]
Collins, Jeff
[/td]
[TD="align: center"]#N/A[/TD]
Blow, Joe
[/td]
[TD="align: right"]453[/TD]
Howard, Duck
[/td]#N/A
[/td]Little, Debbie
[/td]316
[/td]
[/TABLE]
The rest of the routing rewrites the formulas down that column, but would like to error proof the process afterwards.