VBA Coding in factory talk View se

anirudhgk7

Member
Join Date
Feb 2019
Location
Kerala
Posts
42
Want to create a button for open excel sheet in factory talk View se client.
Create a VBA code below mentioned

Private sub Button3_Released()
Excel.Application.Workbooks.open "E:\clear water discharge.xlsx"
Excel.Application.Visible = True
End sub

But when clicking this button shows
VBA code halted reason Run time error object required
What is the problem and how to fix it.
 

Similar Topics

Hi guys, My customer asked to be have only one trend display and then be able to select which pen should appear on it. I found a way using...
Replies
19
Views
6,119
Hi Guys, I'm a complete novice at anything VBA. I've been reading and reading threads on this site and others to be able to understand it a...
Replies
3
Views
6,451
Hi Guys, Looking for someone well versed in VBA that can either tell me a certain naming convention or point me in the right direction (I'm a...
Replies
0
Views
80
I need to use a TreeView in my FactoryTalk SE project and i found it under "ActiveX Object" > "Microsoft TreeView Control 6.0 (SP4)". Everything...
Replies
0
Views
54
I'm creating an HMI that has a recipe with 288 data point. It has 3 pieces of data for 96 segments. I need help with VBA code to copy all 288...
Replies
0
Views
155
Back
Top Bottom