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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by kaus

  1. kaus

    setting data types for excel cells in vba

    Trying to set cell data type to text or general in vba -- using: ObjExcel.ActiveSheet.Columns("C").NumberFormat = "General" but still makes a number defined column of cells is there a another way thanks Pete
  2. kaus

    Spell check on specific columns in table

    Hi I want to run a spell check on 3 specific columns in a table. I've got the 'DoCmd.RunCommand acCmdSpelling' to start the spell checker, but need to select these columns prior to running this command. How would I select these columns in VBA so the user doesnt have to. I cant find a lot of...

Part and Inventory Search

Back
Top