I added some custom controls to my Toolbox in the Word VBA Editor. I wanted to use the MaskEdit box to create an input mask. The mask works, however, the font is one I used for labels in the user...
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Q_100...
Hi! Can anyone recomend sample code or book to see how to implement VBA in MFC?
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10026394.htm...
VBA
DAO 3,5 Referenced
getting error message over here,"Appenchunck"- not definied
---
Set rs = dbmusic.OpenRecordset("Interw", dbOpenDynaset)
With rs
.AddNew
!ID = a
!Memo = AppendChunk(txtIntervi...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10032276.html
Zones:
Visual BasicDate Answered: 12/13/1997 Grade: A Views: 0
hi,
is it possibel to access the registry from VBA (VB) code?
regards dib
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10044455.html
Zones:
Visual BasicDate Answered: 03/24/1998 Grade: A Views: 0
I have a fixed-length text file that I will need to import from time to time into a master access table. I have defined the file's fields using the import wizard and have saved this as a definition...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_10051418.html
Zones:
MS AccessDate Answered: 05/13/1998 Grade: D Views: 0
i am trying to save table graph as or in a text file and i need it in vba code. i wrote these code lines(see below). i want the file's name to be build from data in text controls on form f1 and som...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_10069308.html
Zones:
MS AccessDate Answered: 08/04/1998 Grade: A Views: 0
In GWBasic MKI$ is used to store an integer value to a string, encoding it in the process.
I am trying to convert the following GWBASIC code to Access 97, but can't find an equivalent to MKI$
Op...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_10076213.html
Zones:
MS AccessDate Answered: 08/29/1998 Grade: B Views: 0
Dear Experts;
For my Ms Access 97, When I am coding,
Docmd., Afterthat it occur " Invalid PageFault in VBA332.dll"
Please help me to answer the solution of this problem
Thank you
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_10076408.html
Zones:
MS AccessDate Answered: 09/20/1998 Grade: C Views: 0
I wanted to EMBED a file into the OLE Field but don't know how to do.
......
OLE_Table.addnew
OLE_Table('OLE Field")="C:\document\ABC.doc" <--Can I do like this??
OLE_Table.Update
....
Please he...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_10076580.html
Zones:
MS AccessDate Answered: 10/25/1998 Grade: C Views: 6
I have an Excel file with 3000 records arranged in the following format:
Column 1 Column 2
Pat. No. 6780
Name Steve
Age 10
Pat. No. 6785
Name Brad
Age ...
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Q_100...