function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
OzzieOzzie 

Calling An Excel VB Function (Button click code) from within Apex or VF Page

Hi,

 

I have VBA code (CommandButton1_Click()) in excel that when the button is clicked, will login the user to Google.

 

My goal is to have a button on a visual force page that when clicked would execute the VBA code.

 

Can this be done?

 

Or can anyone give me another way of coding this?

 

Thanks so much.