Hi everybody I have been working on a project and I was satisfied with what i got so far, but again i have hit rockbottom now the issue is that i have problem making a reference for A1 such as A1 has a formula like
A1=L1 (this is simple)
and before this i have already had a code which is below
So as you can see that in the VBA code above i am using A column as the dynamic value. This is only for testing purposes but once this is working i will have a Dynamic Data Exchange.
Just for those who can make sense out of this whole mess i am basically a trader so i am using MetaTrader to make this dynamic, so anyways as explained the code works fine if A which is the dynamic cell but if it has a formula like
A1=L1
Then L1 has changed to 32 it is reflecting in A1 perfectly but the A1 doesnot manipulate the value and go according to the code above which was working fine with out any referencing
Bookmarks