Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: EEalmost
  • Content: Threads
  • Order by date
  1. EEalmost

    Autofill in Excel

    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
  2. EEalmost

    Outputting to com ports

    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...

Part and Inventory Search

Back
Top