Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Macro VBA CST error-need help!

Status
Not open for further replies.

kid1412bmt

Newbie level 1
Joined
May 16, 2012
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,288
Hi every body i write a code of macro and i want to export the 1d results to .bmp and ASCII but
1.with .bmp files it export a file.bmp I want to export a S(2)(1) but no images inside
2.with ASCII it error :"no plot data available to export"
Can you help me.tks a lot
This is my code

With Result1D("a2(1)1(1)")
StoreViewInBmpFile ("E:\CSt\macro\rec_a50_b" & CStr(b) & ".bmp")
End With

With ASCIIExport
.Reset
.FileName ("E:\CSt\macro\rec_a50_b" & CStr(b) & ".txt")
.Mode ("Fixedwidth")
.Execute

End With
 

ive got similar program did u solve it?????:smile:
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top