PDA

View Full Version : How to create activeX object for firefox?



sagotianitin
11-13-2012, 05:18 AM
Hi Guys,

It would be very great if someone can help me in getting the code for creating the ActiveX object for Firefox so that it can be used with vba.

I, am trying to create the object (below is for IE) for Firefox.

Dim ie As Object
Set ie = CreateObject("InternetExplorer.Application")

Assuming that there is not ActiveX controls support for Firefox, but someone know to implement then it will be highly appreciated.

I, am expecting something like this

Dim ff As Object
Set ff = CreateObject("firefox.Application")

Here, ff - just a name of an object

Thanks in advance!

sagotianitin
11-16-2012, 02:37 PM
By any chance, some one got any luck on this?

I tried goggling, it was mentioned in some articles that we have plugins to do so, does anybody has idea how to do that?

Tommy
11-26-2012, 11:15 AM
Look into Java for the plugin's for Firefox.