Formerly Best Training
© 2024 STL. All Rights Reserved.
All prices offered for business users and exclude VAT. E&OE
2nd Floor, CA House, 1 Northey Street, Limehouse Basin, London, E14 8BT. United Kingdom
Forum home » Delegate support and help forum » Microsoft Access VBA Training and help » Linking
Resolved · Medium Priority · Version 2003
Shailesh has attended:
Access VBA course
Is there a command to link to retieve data from Other MS products eg Excel, Word?
Hi Shailesh
Thank you for your question.
To launch another application you need to work with an Application Object. Here is an example of how to launch Word and make it visible.
Sub WordExample()
'Opens word and creates a new document
Dim appWord As Object
Set appWord = CreateObject("Word.Application")
appWord.Visible = True ' Makes Word visible
End Sub
Tue 27 Jan 2009: Automatically marked as resolved.
|
Access tip:Hiding Multiple Table columnsIf you want to hide non-adjacent Access table columns. In Datasheet view, open the table that contains the columns you want to hide. |
We'll call during UK business hours
Server loaded in 0.07 secs.