Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 16
Default auto load call vba in sheet excel

how to activate addin, move sheet (auto call vba).

https://i.imgur.com/tCyFltm.jpg

I'm on a sheet
vba auto load call

activate

`Sub load()
If Application.COMAddIns ("iakun"). Connect = True Then
Application.COMAddIns ("iakun"). Connect = False
Application.COMAddIns ("iakun"). Connect = True
Else
Application.COMAddIns ("iakun"). Connect = True
End If
End Sub`

deactivate

`Sub unload ()
If Application.COMAddIns ("iakun"). Connect = False Then
Application.COMAddIns ("iakun"). Connect = True
Application.COMAddIns ("iakun"). Connect = False
Else
Application.COMAddIns ("iakun"). Connect = False
End If
End Sub`

move sheet

how to make vba use automatically, without the command. when entering a different sheet.

same

`Auto_Open Sub ()
Unload call
End Sub`

but in sheet

is there a vba code for vba excel auto call (in sheet)
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
csv, how to set excel to auto load Gina_Marano Excel Discussion (Misc queries) 5 November 17th 09 03:19 PM
load .xla addin's when open Excel sheet. Lars Schouw Excel Programming 1 September 27th 07 09:38 AM
Call Event and Load Form based on Variable Resant Excel Programming 4 March 15th 06 02:08 PM
Excel :: Creating Entry Forms that auto load a workbook Dave Peterson[_3_] Excel Programming 0 July 25th 03 05:19 AM


All times are GMT +1. The time now is 03:20 AM.

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"