LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,058
Default how to insert microsoft equation 3.0 with vba

Straight from the Recorder:

Sub Macro1()
'
' Macro1 Macro
' Macro recorded 11/8/2008 by James Ravenswood
'

'
ActiveSheet.OLEObjects.Add(ClassType:="Equation.3" , Link:=False, _
DisplayAsIcon:=False).Activate
Range("A1").Select
End Sub

--
Gary''s Student - gsnu200812


"fer555" wrote:

I am trying to insert a microsoft equation 3.0 by using vba. Is it possible
to do that?
Please give me some hints.

Thanks

 
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
Microsoft Equation 3.0 Robin Scott Excel Worksheet Functions 5 October 19th 08 03:17 AM
Insert MathType Equation Ad Pronk Excel Discussion (Misc queries) 1 April 24th 07 03:50 PM
Macro to update values on a Microsoft Equation 3.0 Daniel Silva[_2_] Excel Programming 0 March 30th 06 06:17 PM
How can I link the values EXCEL cell with Microsoft Equation 3.0 Daniel Silva Excel Programming 0 December 10th 05 01:04 AM
How do I use Microsoft Equation 3.0? JayBee Neal Excel Discussion (Misc queries) 1 December 6th 05 01:05 AM


All times are GMT +1. The time now is 07:01 PM.

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

About Us

"It's about Microsoft Excel"