yinkajewole
Active Member
- Joined
- Nov 23, 2018
- Messages
- 281
How can i call a vba function in the middle of a cell value in the formula bar.
for instance, if i have a function that calculate an area in vba. if i put =area(3,4) on the formula bar it gives me the result. But now, assuming I want to sum the result of two areas in a cell, how do i go about this.
This did not work =sum(area(3,4),area(6,5))
for instance, if i have a function that calculate an area in vba. if i put =area(3,4) on the formula bar it gives me the result. But now, assuming I want to sum the result of two areas in a cell, how do i go about this.
This did not work =sum(area(3,4),area(6,5))