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 =...
here is another one. This time VBSCRIPT for powerpoint:
the line .Shapes.AddTextbox does not work
Dim applPP
Dim prsntPP
Dim slidePP
Dim shapePP
Dim shpCurrShape
Dim slideCount
Dim oPicture
Dim ppPath, ppName
Set applPP = CreateObject("PowerPoint.Application")
'applPP.Visible =...
Thanks, but I'm afraid it still does not work. It calls for a problem in the last line first column.
please see attached error message
Dim objExcel, strExcelPath, objSheet
' You need to create the Example.xls file first.
strExcelPath = "C:\tmp\test.xlsx"
' Open specified spreadsheet and...
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.