Open function on specific screen

Open function on specific screen

Hello
I using VSTA Macro that executes function
public void Macro_Opentest()
{
my.functions.Item("test").Start()
}
This function starts always in monitor 1.
I want execute function as relative to caller when it assigned to button.
When using VSTA macro result always in monitor 1.
Is it posible to assign VSTA macro to specific monitor.
Thanks
Arturas

This is a migrated post! Originally posted on 31.05.2011 by user softart2. Please be aware that information can be outdated.