Is there a way to include an Acrobat pdf document into a MS-Word document and keep the pdf format when the Word document is being printed?
Thanks a lot if anybody could help!
Hello!
I created a user event on a datawindow using pbm_dwnkey.
The idea is to test all characters the user enters in order to accelerate the edition. This works fine.
But there is a litle problem: with some combination of actions, suddenly the argument named "keyflags" is set to 1...
... that's not complicated!
BUT: How can I construct the checkbox's name at runtime?
I have 640 checkboxes in a Window. They are called chck_1_1 / chck_1_2 / chck_1_3 .... chck_2_1 ... chck_32_20
I would like to read the state of all these checkboxes into a loop:
For i=1 to 32
For j=1 to 20...
I thought that the following statements were trivial:
Dim cbox As ComboBox
cbox = my_control_box1
'my_control_box1 is a recognized ComboBox in a UserForm
I want to pass the cbox variable to a function declared like this:
Public Function load_values(Acbox As ComboBox)
The problem: in...
Hello
I'm new with VBA Excel.
Could somebody explain how it comes that this statement:
MyName = ActiveSheet.Name
does what I expect with office 97 on W2k
but does not work with Office2001 on Mac OS 9
It gives the following error:
Run-time error '32809':
"Application-defined or...
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.