I have 2 sheets in excel. in 1st sheet I make 3 pictures i.e (Oval or square ) and rename those with A, B, C and also put in different colum A, B, C in different cell. and 开发者_如何学Gomake it list
I am filling data from a sheet of Excel book to datatable . The excel sheet contains about 160 columns. It gives error message \"to many fields\"
I\'ve seen this, but it doesn\'t work for me; I don\'t get where to change insertafter to typetext. What should I change in the following to make part of the text bold?
I am getting a problem on my project.There is one xls file with a macro that create a chart and the cell type of that xls file is \'text\'.I have to make multiple duplicate copies of that file with th
I\'ve made an excel visual basic script that takes data from an excel sheet, and produces a paragraph in a word sheet for each row. The default language for the document is Hebrew, with text aligned r
Is this feature in excel 2003? I can\'t seem to find any kind of data analysis through the menu at all. Perhaps I need to make a chart first?
What I\'m trying to do is scan over every header on one sheet (the headers are located in \"1:1\"), find a header called \"Dealer Code\", then copy that entire column to another sheet.
How can I find the absolute position of a cell in Excel 2003 (e.g. relative to the screen[s]) when writing a C# Excel 2003 Add-in.
Do I need to select a specific Reference to make printers p开发者_开发问答roperty visible? Which one?The Excel VBA Worksheet object has a PrintPreview method.You can select your printer from the Previ
I have a workbook, which creates a second workbook (using ThisWorkbook.SaveCopyAs) to present the data nicely to users.It relies on macros for part of the processing.