AKY
(KyNhongDiMua)
April 10, 2018, 2:13pm
1
Hi all,
I am using the VB function to search the cell address in excel.
This is my program VBA:
Some function is ok like FindAddressOfActiveCell().
But when using a function that has variable values put in is not good.
I tried many times but failed.
Please help me in learn.
Thank all.
1 Like
vvaidya
(Vinay Vaidya)
April 10, 2018, 2:46pm
2
Try
findcelladdress – Entry Method Name
{“color”,“A1:B99”} — Entry Method Parameters (modify quotes for range)
AKY
(KyNhongDiMua)
April 10, 2018, 3:00pm
3
Hi vvaidya,
i tried with quotes for range. It not work.
And i tried with another method.
It still error.
vvaidya
(Vinay Vaidya)
April 10, 2018, 3:16pm
4
Are you able to retrieve the parameters in the script. Keep a message box and check.
What is the error you are getting?
fyi…no quotes for brackets
5 Likes
AKY
(KyNhongDiMua)
April 10, 2018, 3:21pm
5
Wow!.
Good. Sorry for not understand your help.
Untill now it work.
Many Thanks to you.
1 Like