|
-
Mar 10th, 2010, 07:55 AM
#1
Thread Starter
Junior Member
[RESOLVED] Excel VBA - Multiply Function
Hi,
I'm trying to input a formula into a particular cell, of which the formula involves a pre-defined variable, as below:
Range("C" & Rw).formula = "= Range("A" & Rw) * Range("B" & Rw) *100"
However, it seems to be incorrect as the error highlights on the "A" and/or "B".
I am very sure that the pre-defined 'Rw' work fine.
COuld you please help me in this formula application?
Thank you
xwxc
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|