Hi
I am using Action button to pass parameters from Source.xls file to Target.xls file. But Target.xls is not showing any values.
Action: Goto another Worksheet
Process tab: Get Process info from Worksheet option selected
In the advanced Option
I have given Source Type: Value Source Object =A3
Target Type: Range Target Object =A3
Calculation: None
This just passing a value from Cell A3 Source.xls to Cell A3 Target.xls
regards,
Abi
Passing Parameters values through Action Button
-
- MVP
- Posts: 733
- Joined: Wed May 14, 2008 11:06 pm
Re: Passing Parameters values through Action Button
I you enter just A3 (instead of =A3) in the target then I think this will work.Abinaya wrote:I have given Source Type: Value Source Object =A3
Target Type: Range Target Object =A3
This is because you want the value in A3 in the source to be the value in A3 in the target. NOT that you want the value in A3 in the source to be the value of whatever cell is specified in A3 in the target.
Robin Mackenzie
-
- Posts: 57
- Joined: Fri Sep 17, 2010 11:57 am
- OLAP Product: TM1
- Version: 9.5.2
- Excel Version: 2003
Re: Passing Parameters values through Action Button
Thanks. It worked. 
