B
Barry Gruver
I have developed a worksheet template for creating
general ledger journal entries at my company. The first
sheet, called "JE", includes vlookup formulas to pull in
other descriptive information from a second sheet,
called "Chart of Accounts", that contains our complete
chart of accounts. It works fine, but every time a user
saves the workbook, it includes the lookup table which is
in excess of 3mb. The problem is a lot of wasted disk
space. I know one solution is to copy/paste special the
JE sheet as values only and then delete the second
sheet. However, some users are not very sophisticated
and sometimes time and pressure causes short-cutting this
procedure.
I'm not a vba programmer and not very experienced in
macros in general, but I question whether one could be
created to accomplish this easily.
Another possible solution that seems logical would be to
have the lookup table saved in a separate workbook in a
shared network folder that can be accessed by any
authorized user from within his/her own current workbook.
This would hopefully allow users to save their workbooks
without any special steps and still save space as
described above. Two questions on this scenario:
1. Is it possible to link the "lookup" workbook as
outlined?
2. Is there any inherent danger in doing this if it is
indeed possible?
If anyone has an alternative solution, I'm more than
willing to try it.
Thanks for any help you might provide.
general ledger journal entries at my company. The first
sheet, called "JE", includes vlookup formulas to pull in
other descriptive information from a second sheet,
called "Chart of Accounts", that contains our complete
chart of accounts. It works fine, but every time a user
saves the workbook, it includes the lookup table which is
in excess of 3mb. The problem is a lot of wasted disk
space. I know one solution is to copy/paste special the
JE sheet as values only and then delete the second
sheet. However, some users are not very sophisticated
and sometimes time and pressure causes short-cutting this
procedure.
I'm not a vba programmer and not very experienced in
macros in general, but I question whether one could be
created to accomplish this easily.
Another possible solution that seems logical would be to
have the lookup table saved in a separate workbook in a
shared network folder that can be accessed by any
authorized user from within his/her own current workbook.
This would hopefully allow users to save their workbooks
without any special steps and still save space as
described above. Two questions on this scenario:
1. Is it possible to link the "lookup" workbook as
outlined?
2. Is there any inherent danger in doing this if it is
indeed possible?
If anyone has an alternative solution, I'm more than
willing to try it.
Thanks for any help you might provide.