VBA algorithm

MAHAVISHNU

New Member
Joined
May 31, 2018
Messages
5
Dear All,

I have one query in VBA. I have attended interview. they ask "what kind of algorithm you have used in VBA". I have written VBA for automate the Pivot table , Saving the report from pivottable .

Now what kind of answer i have to give. what are the Algorithm available in VBA.

Please suggest.

Thanks,
C.Mahavishnu
 

Excel Facts

How to create a cell-sized chart?
Tiny charts, called Sparklines, were added to Excel 2010. Look for Sparklines on the Insert tab.
You have already answered your own question.

One definition of "algorithm" is: ``a process or set of rules to be followed in calculations or other problem-solving operations, especially by a computer``.

So a VBA algorithm is any sequence of statements in VBA that performs an operation. Simply put: it is any VBA implementation.

The interviewer simply wants to know what kinds of problems you have solved by implementing VBA subroutines and functions.

You have already provided examples: automate the set up of a pivot table; and saving a pivot table report.

There is no way for us to know what kinds of VBA implementation the interviewer is interested in.
 
Last edited:
Upvote 0

Forum statistics

Threads
1,215,373
Messages
6,124,555
Members
449,170
Latest member
Gkiller

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