Hi,
i am looking for a way of creating an installation procedure for an application developed in MS Access, so that it requires some sort of password or key and user details before it allowes the installation of the application, in an effort to minize somewhat the chances of the application...
You are absolutely right!! I can't believe I didn't notice that. Programmers syndrome I guess.
Many many thanks for pointing it out!!!!
Best regards,
NJ.
Hi all,
I've created a MS Access VBA automation where a table is exported to an excel workbook, and then the workbook is opened and a pivot table is created. The application works fine as long as there are no other excel workbooks open. If another workbook is open however, the application...
Thanks Geoff,
looks like its at least opened the workbook correctly. However I now get a run-time error 438 on the line where I try to determine the worksheet final row.
> FinalRow = WSD.Cells(myWorkbook.Rows.Count, 1).End(xlUp).Row
How would I call the worksheet "WSD" now that I am working in...
Hi,
I have created an export function in MS Access to automatically export a table to MS Excel. Following the export, I am trying to create a pivot table in the excel workbook just created from access to a new worksheet. As a first step I have created the function to create the pivot table as a...
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.