Hello,
I notice that when I use the code below, a slide is added BEFORE the current slide rather than AFTER. Not sure why
Dim oPPt
Dim oPPs
Dim ObjSlide
Dim ObjShape
Dim objWnd
Dim ObjImage
Const ppLayoutText = 12
Set oPPt = CreateObject("PowerPoint.Application")
Set oPPs =...
I have this code bits that work in VBA and I need the VBScript version.
All I am trying to do, is get the latest column number of row 1 and the last row of column 15
Last two lines do not work.
Any ideas?
Dim objExcel, strExcelPath, objSheet
strExcelPath = "C:\tmp\test.xlsx"
Set objExcel =...
Hello,
In windows 7 or 10, when I move files, the "Created Date" and "Last Modified Date" seem to be changed.
Q1: is this always true?
Q2: if the answer to Q1 is Yes, is there a workaround to preserve these properties?
Thank you
Hello,
I have this simple code
======== code starts ================
import sys
from magot import *
B=MILS2MM
print(B)
======== code ends ================
Where magot.py is the following
======== magot.py starts ================
import math as math
def sind(x):
return math.sin(x *...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.