Hello Board,
I want to write a SUB() that will be scalable and transportable but is best explained with a simple accounting example. First sheet in the workbook will be the General Journal, site of original entry. Each subsequent sheet will be a ledger acct such as Cash, A/P or Expense, e.g. I want the accounts for each entry (Petty Cash and Office Expense, e.g.) to be selected from a ComboBox called from the alt-F8 menu, created and displayed at whichever row is currently active, That selection will then be stored to a memory variable and its value will be saved to the current row in the Acct Name column. The ComboBox will be created with a "FOR/EACH ws in worksheets" loop. I would like to exclude the 1st sheet (GJ) from the selections available.
Thanks
I want to write a SUB() that will be scalable and transportable but is best explained with a simple accounting example. First sheet in the workbook will be the General Journal, site of original entry. Each subsequent sheet will be a ledger acct such as Cash, A/P or Expense, e.g. I want the accounts for each entry (Petty Cash and Office Expense, e.g.) to be selected from a ComboBox called from the alt-F8 menu, created and displayed at whichever row is currently active, That selection will then be stored to a memory variable and its value will be saved to the current row in the Acct Name column. The ComboBox will be created with a "FOR/EACH ws in worksheets" loop. I would like to exclude the 1st sheet (GJ) from the selections available.
Thanks