Hi Along the line Babu mentioned. I recommend you do a 'mail-merge' macro. Use a spreadsheet with your accounts that you want to reactivate as your source and use Word to create a giant macro. You can use the macro template over and over. Where you would normally type your account number, you put a field from your data source. Below is what the macro would look like to update two different accounts. Put the ActivateWindow etc on the same line. No word wrap.
Kind regards,
Leslie
ActivateWindow dictionary 'default' form 'GL_Account_Maintenance' window 'GL_Account_Maintenance'
TypeTo field 'Account Number CS':'Account_Segment_Pool1' , '000'
MoveTo field 'Account Number CS':'Account_Segment_Pool2'
TypeTo field 'Account Number CS':'Account_Segment_Pool2' , '2101'
MoveTo field 'Account Number CS':'Account_Segment_Pool3'
TypeTo field 'Account Number CS':'Account_Segment_Pool3' , '02'
MoveTo field 'Account Description'
MoveTo field 'Account Alias'
MoveTo field Inactive # 'TRUE'
ClickHit field Inactive # 'FALSE'
CommandExec dictionary 'default' form 'GL_Account_Maintenance' command 'Save Button_w_GL_Account_Maintenance_f_GL_Account_Maintenance'
ActivateWindow dictionary 'default' form 'GL_Account_Maintenance' window 'GL_Account_Maintenance'
TypeTo field 'Account Number CS':'Account_Segment_Pool1' , '000'
MoveTo field 'Account Number CS':'Account_Segment_Pool2'
TypeTo field 'Account Number CS':'Account_Segment_Pool2' , '2130'
MoveTo field 'Account Number CS':'Account_Segment_Pool3'
TypeTo field 'Account Number CS':'Account_Segment_Pool3' , '00'
MoveTo field 'Account Description'
MoveTo field 'Account Alias'
MoveTo field Inactive # 'TRUE'
ClickHit field Inactive # 'FALSE'
CommandExec dictionary 'default' form 'GL_Account_Maintenance' command 'Save Button_w_GL_Account_Maintenance_f_GL_Account_Maintenance'