Search found 3 matches

by Kaprice
Thu Nov 20, 2014 2:54 pm
Forum: VBScript
Topic: PrimalScript with Photoshop - PrimalScript
Replies: 3
Views: 6233

Re: PrimalScript with Photoshop - PrimalScript

(sigh)

Nevermind. It looks like I failed to select a VBS template.

Doing that works for my photoshop script.

Sorry for the false alarm!
by Kaprice
Thu Nov 20, 2014 2:49 pm
Forum: VBScript
Topic: PrimalScript with Photoshop - PrimalScript
Replies: 3
Views: 6233

Re: PrimalScript with Photoshop - PrimalScript

It does appear to be Photoshop specific.

This code also produces good PrimalSense:
VBScript Code
Double-click the code block to select all.
Dim objExcel, objWorkbook, objSheet1, objSheet2
Set objExcel = CreateObject("Excel.Application")
Set objWorkbook = objExcel.Workbooks.Add()
Set objSheet1 = objWorkbook
by Kaprice
Thu Nov 20, 2014 2:40 pm
Forum: VBScript
Topic: PrimalScript with Photoshop - PrimalScript
Replies: 3
Views: 6233

PrimalScript with Photoshop - PrimalScript

[EDITED: Solved as described, in my follow up post.] I'm using the current version of PrimalScript. I've searched the Help and this forum and cannot figure out how to get PrimalSense to work with Photoshop. I'm sure I'm missing something obvious. Do I have to put in a setting (equivelent to setting ...