I am programming Excel VBA.
Methods like
works and the generated sheet could be viewed properly in Excel 97, even if saved as Excel 95 (xlExcel9795) format.
But when the file is viewed in Excel 95, nothing is merged. I know merge is a new feature for 97, but how could I use programatically 'centre across' in Excel 97's VBA??
Methods like
Code:
MySheet.Range(theRange).Merge
But when the file is viewed in Excel 95, nothing is merged. I know merge is a new feature for 97, but how could I use programatically 'centre across' in Excel 97's VBA??