Should be OK - what are your security settings (tools, macros, security in XL2000) - if these are set to High then no macros will run. Set to medium to prompt user to enable macros.
Or use Digital signatures or run from trusted location.
Hope this answers your query.
How about using word as an interim step? Then you can bring the Excel into Word - format it in Word and then save as PDF...?
Or programmatically include the Word art each time a page break is encountered in Excel.
Ideas only...but it's sure to be possible.
Regards,
Miranda
Hi there,
You can do this by getting hold of the Access Runtime software that you can freely distribute to users who don't have Access. Versions are available for both Access 97 and 2000 and come as a part of the Microsoft Office Developer's toolkit. Users can update and access databases but...
Hi there - you're just over complicating it - you need to run each if individually.
Hope this helps
Regards,
Miranda
see below:-
Private Sub CommandButton1_Click()
Dim xxx As String
xxx = TextBox1.Text
If CheckBox1.Value = True Then
ActiveCell.FormulaR1C1 = "1 " & xxx...
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.