I am exporting to an Excel spreadsheet and have never done it before nor have I played much more than the basics of a spreadsheet. It would be nice if VB (like it does for most everything else) listed some properties after I typed. For example:
objResultsSheet.Cells(Y, 1).????? would probably give me a list with Value, Formula etc .. things I am picking up are from past threads and these vries for help So anyone know a way I can just get VB to give me the Excel object properties?
Joanne
objResultsSheet.Cells(Y, 1).????? would probably give me a list with Value, Formula etc .. things I am picking up are from past threads and these vries for help So anyone know a way I can just get VB to give me the Excel object properties?
Joanne