Remotely running VBA (*.xlsm)

Oseitutuakrasi

New Member
Joined
Jun 7, 2023
Messages
26
Office Version
  1. 365
Platform
  1. Windows
Hi All,

Is there any technology that I can use to allow clients to run .xlsm workbooks from my website remotely from their computers?
Clients can download the files onto their computers and run from there. What about running them directly from my website
as shown below?

First.jpg
 

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest
VBA has to run on a machine. If the user doesn't download the file, that means it has to run on your web server. That means that Excel has to be running on your web server. Even if you could do that, I'm not sure how you can invoke VBA over an HTTP connection. What would the VBA do, from the user's point of view? How is your web site hosted?
 
Upvote 0
Thank you so much Jeff. So, effectively you are saying it is not possible? That's why I asked if there is any technology around that I did not know of.
Thanks a lot, I will not waste my time on this then.

Regards
 
Upvote 0
I'm not saying it's impossible, but I've never seen it done. The possibility depends on several factors, primarily in how your web site is hosted and how much control you have over the server.
 
Upvote 0

Forum statistics

Threads
1,221,564
Messages
6,160,513
Members
451,655
Latest member
rugubara

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top