Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
Using a very good book on Excel application programming, I've created a very good and complex application. We have deployed it into production. We've hired about 20 people to use the application. Great! Now, the owner wants to change the query. Sometimes, we need to change some logic. I started using an integer data type, but had to change the data types to big integer. The code had to be changed to use long instead of int. I keep having to change the code. Now, I have separated the userforms and code modules from the data. I am using SQL Server. Most of my code is written in modules instead of the code of the controls and userforms. Question ===== But I still have to go over to 20 pcs to update a small piece code. Does anyone have an idea how to centralize the code? I am thinking that I could take the modules out of the application workbook and put it in a workbook that is on the network. I'm not sure how to do that. I'm also not sure how to call a module that is in a workbook on the network. Any thoughts would be greatly appreciated. Thanks, Tony |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
separate columns (three letter code) | Excel Discussion (Misc queries) | |||
Code for Copying and Pasting data to a separate Workbook | Excel Programming | |||
Run code from separate workbook | Excel Programming | |||
Select sheet tabs in workbook & save to separate workbook files | Excel Worksheet Functions | |||
Issuing macro in workbook from separate workbook | Excel Discussion (Misc queries) |