I have a procedure that is communicating with the printer so generally i want to trap all priter errors out of paper for exable or a printer buffer overflow. so i put in this
On Error GoTo CheckError
right after my dim statment and then when errors occured it would halt the program and bring...
I have a program that needs to read ini/cfg files and then reads in more files based on the content of those I have the main ini/cfg file in my applications path and can retrive it but if the path to the executable changes like once this goes on a clients machine there will be problems.
is...
I have written an app that exports access query results into an excel spreadsheet but when/if i try to overwrite the excel file im exporting the results to the program crashs while running the
oExApp.Workbooks(1).SaveAs txtFileName.Text
line only if i choose cancel or no in the windows msg...
i am currently writing vb code in the background of Excel to take query results and format them into an excel spreadsheet so data manipulation can take place instead of just a basic access report. My question is, is there anyway that i can have Excel spit out column Headings at the top of every...
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.