VBA not setting cell text in excel spreadsheet -


i have following line of code in vba code use automatically set text of cell in excel worksheet.

sheets(checkout_sheet_name).cells(row_index, checkout_tool_observation_column).value = status 

this same logic used execute in old spreadsheet fine, i've transferred module on new spreadsheet , no longer works. line executes proper values variables. have idea why line of code execute without setting value of cell text see displayed in debugger?

thx.

since not know comes before line of code, may want debug.print address of cell , status support did execute no values set.

debug.print now() & vbtab & sheets(checkout_sheet_name).cells(row_index, checkout_tool_observation_column).address & " -> " & status 

Comments

Popular posts from this blog

ios - UICollectionView Self Sizing Cells with Auto Layout -

node.js - ldapjs - write after end error -

DOM Manipulation in Wordpress (and elsewhere) using php -