I have several macros which use the following code:
Private Sub FormatHeader()
Dim strTitle As String
Dim x As Integer
x = 1
strTitle = Trim(Cells(1, 1).Value)
Do While Mid(strTitle, x, 1) <> ")"
x = x + 1
Loop
strTitle =...
Anyone know how to create modeless forms in Excel 97? If not, I'm looking for a way to display a message to the user and not let them see the formatting that is happening on the sheets. I've turned ScreenUpdating off but when I select a new sheet it becomes visible. Colin Chevrier...
I have a transaction processor which moves information into a database. I've written an ActiveX exe which monitors which route is currently being processed. The transaction processor and the database front end both share an instance of the ActiveX exe. When the transaction processor is started...
I haven't used C++ in over a year and I am having trouble getting information out of a text file. If anyone can steer me in the right direction I would be very grateful. Here's what I'm using:<br><br>#include <fstream.h><br>#include <iostream.h><br><br>void __fastcall...
We have two different versions of VB 5(Proffessional and Enterprise). When I compile and run a program on my machine it runs fine. On another station I get errors saying I don't have a license to use one of the controls. I've included the control in the project and it's included in the setup...
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.