I maintain the checkbook in Excel and have a macro that assigns accounting codes to each check based on who the payee is. I would like a pop-up window to appear everytime I start to enter the description so I could choose from the pop-up window.
Go to Insert | Form... in the VB editor and then you get a nice blank form to design and program. Once you have your desired form with a drop down combo box of whatever then in your macro code use [i[formname[/i].Show You're only as good as your last answer!
List all the descriptions in a vertical table somewhere in the spreadsheet. Now move back to the checking account data entry area. Place cursor on one of the cells for "description", then use select Data Validation LIST and then refer to the list you just created.
A pulldown list will appear, which is a list of descriptions.
This new cell sort of behaves like a formula, which means it needs to be copied for each data record to be of any use.
My list was maintained on another sheet but I found if I defined a range on the same sheet as the checkbook that referenced the the list I was then able to enter the newly defined range in the Source box and it works great!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.