Forum home » Delegate support and help forum » Microsoft Excel VBA Training and help » VBA intro
VBA intro
Resolved · Medium Priority · Version 2007
Theodora has attended:
Excel Advanced course
Excel VBA Intro Intermediate course
VBA intro
on the course, we were given a formula to work out a calculation on a particular cell. How do I replicated this formula to work on all other cells/
For upcoming training course dates see: Pricing & availability
RE: VBA intro
Hi Theodora
Thanks for your question
The easiest solution would be to simply copy down the formula down once you have inserted it into the cell
The following line of code should work OK
Range("A1").AutoFill Destination:=Range("A1").CurrentRegion.Rows.Count
Regards
Stephen
Wed 1 Jun 2011: Automatically marked as resolved.
|
