Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Launching form

Hi, I'm doing an Excel addin with VB6

I have created a button in Command Bar, but I'm unable to display a form.

I do this on my button click event:

(This declared: Dim mfrmAddIn As New frmAddIn)

Set mfrmAddIn = New frmAddIn
Set mfrmAddIn.VBInstance = VBInstance <--- "I don't know how to
translate it to Excel"
Set mfrmAddIn.Connect = Me
mfrmAddIn.Show
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Launching Excel wllee Excel Discussion (Misc queries) 4 August 31st 05 01:05 AM
launching xls in web browser anon Excel Discussion (Misc queries) 0 April 12th 05 07:02 PM
Launching other apps MattB[_2_] Excel Programming 2 March 2nd 04 02:31 PM
Launching Excel mercury Excel Programming 0 November 19th 03 02:24 PM
Launching a DOS box from VBA David Dalebroux Excel Programming 2 November 9th 03 04:32 PM


All times are GMT +1. The time now is 05:00 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"