View Single Post
 
Old 12-04-2023, 07:11 AM
laith93 laith93 is offline Windows 10 Office 2019
Competent Performer
 
Join Date: Jul 2021
Posts: 117
laith93 is on a distinguished road
Default

Quote:
Originally Posted by JohnWilson View Post
Are you intending to run the code in Show mode or Normal Edit mode? The code would be different.
This code will only work in Edit Mode
Thanks so much, Mr. John
I always working in Normal edit mode

Mr. Jhon,
Code:
If osld.Shapes.Count >= 2 Then
The code change the dimension of first shape, but when I change 2 to 1, it's change the dimension of second shape, so I think there is an error (Iam shocked), because my another code which run for all slides, it works true (1 for first shape, 2 for second shape and so).
So what is the problem with our editing code?
Code:
If osld.Shapes.Count >= 2 Then
Thanks
Reply With Quote