ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   How do I call a method in VB from Excel with JUST code? (https://www.excelbanter.com/excel-programming/330347-re-how-do-i-call-method-vbulletin-excel-just-code.html)

K Dales[_2_]

How do I call a method in VB from Excel with JUST code?
 
By "method" do you mean a method of a particular object? Or do you just mean
"run a piece of code I wrote"? If the former, I don't see how you would
specify the specific object you are referring to nor be able to deal with all
the possible return values. If the second, you are just talking about a
standard user function: write a Public Function abc() and you can use it in a
worksheet cell.

"Doseeson" wrote:

I want to call a piece of code from VB while I'm in Excel, but here's the
tricky part, I don't want to use buttons or any graphical interface. I just
want to be able to call the functionality of a piece of code from a cell with
just formulas.

Something like "=abc()" to run the code in method "abc"

Is that possible?

Thanks,



All times are GMT +1. The time now is 07:14 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com