Guest
03-30-2005, 11:32 PM
hi ,
how i can show svg in excel or powerpoint? it can??
thanks in advance
how i can show svg in excel or powerpoint? it can??
thanks in advance
show svg in excelGuest 03-30-2005, 11:32 PM hi , how i can show svg in excel or powerpoint? it can?? thanks in advance samurai-logic 07-03-2008, 07:27 PM hello, i'm replying old question, however Excel is very usefull to edit svg and also you can view svg file on webBrowser(need to add ctrl. and also need svg plug-in on IE) use Navigate procedure on webBrowser class as follow, sub commandbutton_click() dim path$ path=thisworkbook.path ''---assume svg file is in same folder WebBrowser1.Navigate path & "Filename.svg" ''<---change the name of file end sub XMLAdmin 07-07-2008, 12:44 AM I use Excel for a lot of ad hoc programming... I find it is a very nice development environment, but I guess if I knew all the capabilities of Visual Studio 2008 I would use it instead.. Eric samurai-logic 07-07-2008, 02:48 AM hello Eric, yes, of cource if you have a environment to use visual studio it's much more capabilities to create an better application. i just answered the question "how i can show svg in excel or powerpoint?" though using Excel VBA is easy to find out what VB can do before trying to create any application for begginers. | ||
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum