Using Add-in worksheet with Function VBA

somkiat

New Member
Joined
Apr 27, 2002
Messages
14
How to use worksheet inside add-in file with its add-in function?

I have a very big calculation table created with Excel functions. It is very difficult to revise all formulas to VBA procedure.

Can we use Function VBA to pass inputs to worksheet inside add-in file,

then use formula and functions within add-in worksheet to calculate,

then return answer back to VBA function?

Thanks,

Somkiat
www.ExcelExpertTraining.com
xls@i.am
Thailand
 
Thanks for the limitations that should be weighted with time-saving from writing VBA codes.

This question came from one of my forum member who have huge Excel worksheet that seems impossible to convert to VBA codes.

This is a creative way that is just a first step to break Excel's limits. Need more improvement from all Excel lovers.

Instead of using Range Names or Active Workbook, we may create first-step VBA to search for any opened workbooks. Let reserve some specific cells for input that will send data into Add-in worksheet.

We may use Dynamic Range Name that relocates among different sheets. Data Table and Index may be applied later to send more data using the same formula.

This is simply the first step with many limitations. Please suggest ways for the next.

Thanks,

Somkiat
www.ExcelExpertTraining.com
 
Upvote 0

Excel Facts

When they said...
When they said you are going to "Excel at life", they meant you "will be doing Excel your whole life".

Forum statistics

Threads
1,215,427
Messages
6,124,831
Members
449,190
Latest member
rscraig11

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