window with update value

  • Thread starter Thread starter pol
  • Start date Start date
P

pol

Hai all,

ActiveCell.FormulaR1C1 = "=RC[-7]*REBATE"

When I am running the above macors , the excel will popup a new window
for save as the exisitng excel with 'update value <file name>. This will
create an unncessary disturbance to the users who are using the excel with
that macors. I kindly request an expert advice to solve the problem .

With thanks and regards
Pol
 
Make sure you have defined a name REBATE.

I'd guess that the workbook that's getting this formula doesn't have that
name--maybe a mispelling of the name or maybe the wrong workbook is active????
Hai all,

ActiveCell.FormulaR1C1 = "=RC[-7]*REBATE"

When I am running the above macors , the excel will popup a new window
for save as the exisitng excel with 'update value <file name>. This will
create an unncessary disturbance to the users who are using the excel with
that macors. I kindly request an expert advice to solve the problem .

With thanks and regards
Pol
 
Make sure you have defined a name REBATE.

I'd guess that the workbook that's getting this formula doesn't have that
name--maybe a mispelling of the name or maybe the wrong workbook is active????
Hai all,

ActiveCell.FormulaR1C1 = "=RC[-7]*REBATE"

When I am running the above macors , the excel will popup a new window
for save as the exisitng excel with 'update value <file name>. This will
create an unncessary disturbance to the users who are using the excel with
that macors. I kindly request an expert advice to solve the problem .

With thanks and regards
Pol
 
Yes you are correct. That range name was given after this statement. I
corrected and working fine

Again with thanks and regards
Pol
 
Yes you are correct. That range name was given after this statement. I
corrected and working fine

Again with thanks and regards
Pol
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top