Please_H
Board Regular
- Joined
- Apr 16, 2017
- Messages
- 181
- Office Version
- 2019
- Platform
- Windows
- Mobile
Hello Everyone,
I hope everyone of you are safe and sound from COVID-19.
I ran into an issue today regards to X and Y coordinates regards to screen ( Monitor ) size.
I am using a 15'6 Inch screen and my friend is using a 13 inch screen.
I recorded Macro's with screen coordinates for her project and now when I try to run them on her PC, due to the screen size all clicks are a huge bundle of mess.
Each coding comes from MiniMouseMacro app and each colomn in excel when copy pasted look like below,
Unfortunately these coding gets posted into One Column and not cell by cell,
They refer to,
Seq. No | X Axis | Y Axis | Mili seconds spent on the action | Action | Action Key ( like last scenario of "tab" )
1 | 836 | 50 | 300 | Keypress pgup
2 | 836 | 50 | 300 | Left Click Down
3 | 836 | 50 | 300 | Left Click Release
119 | 1358 | 148 | 100 | Left Click Release
120 | 1358 | 20 | 30000 | Keypress Ctrl+ | tab
How can I get these changed to 13 Inch or any other Screen Inch type, and also not lose the structure of the recording?
When I point my Mouse pointer to the top left corner the coordinates stands at,
0 | 0
When I point my Mouse pointer to the top left corner the coordinates stands at,
1365 | 767
if that info helps in any case and hoping that if I can take my friends coordinates as such and do something as well.
Please help as these are heaps and heaps of records.
Many Thanks.
I hope everyone of you are safe and sound from COVID-19.
I ran into an issue today regards to X and Y coordinates regards to screen ( Monitor ) size.
I am using a 15'6 Inch screen and my friend is using a 13 inch screen.
I recorded Macro's with screen coordinates for her project and now when I try to run them on her PC, due to the screen size all clicks are a huge bundle of mess.
Each coding comes from MiniMouseMacro app and each colomn in excel when copy pasted look like below,
Unfortunately these coding gets posted into One Column and not cell by cell,
They refer to,
Seq. No | X Axis | Y Axis | Mili seconds spent on the action | Action | Action Key ( like last scenario of "tab" )
1 | 836 | 50 | 300 | Keypress pgup
2 | 836 | 50 | 300 | Left Click Down
3 | 836 | 50 | 300 | Left Click Release
119 | 1358 | 148 | 100 | Left Click Release
120 | 1358 | 20 | 30000 | Keypress Ctrl+ | tab
How can I get these changed to 13 Inch or any other Screen Inch type, and also not lose the structure of the recording?
When I point my Mouse pointer to the top left corner the coordinates stands at,
0 | 0
When I point my Mouse pointer to the top left corner the coordinates stands at,
1365 | 767
if that info helps in any case and hoping that if I can take my friends coordinates as such and do something as well.
Please help as these are heaps and heaps of records.
Many Thanks.