Thanks for the quick response PHV,
I know about the macro recorder. I'm not sure how to adapt the following to VBScript, because I keep getting errors:
Range("A3").Select
ActiveCell.FormulaR1C1 = "I 0.0"
Range("A3").Select
Selection.AutoFill Destination:=Range("A3:A17")...
This should be easy, but I'm having a hard time getting the format correct.
I just want to select say cells(1,1) and do a default autofill from Range("A1:A10"), but I'm not sure how to write it in VBScript.
Thanks
I can output a string to com port 1 with the following code:
Dim fs, b
Set fs = CreateObject("Scripting.FileSystemObject")
Set b = fs.CreateTextFile("COM1:",True)
b.Write &hFFFFFF
I'm trying to send data to COM1's base address, 0x3F8 (to send data) and an offset address 0x3FC (to control the...
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.