macro to save .csv in excel 2007 .xlsx format
Hi everybody, I am putting together a macro that requires saving a .csv spreadsheet to Excel format (.xlsx). The file has always the same structure but the name changes according to the date (it's a...
View Articlesearch for special character in different fonts
Hi, I have some hugh document where some text is highlighted with --> which gives an arrow in word. The character is ^0224 in the font Wingdings. Now, the document was formated with different fonts....
View ArticleHow do I write a loop statement to that will stop at the end of the doc?
I am doing a search on a document and need to perform some actions when the search criteria is met. I am having a problem getting the loop to stop at the end of the document. It just keeps looping. I...
View ArticleFor Excel Macro - what is code for move to last empty row and pastesomething
Hi I'm working through some huge Excel spreasheets. The first thing I do is press Control-F and seek '12345' to look for a given row. Once I get to that row, I basically press 'tab' until I reach the...
View ArticleWord macro - to do some clipboard maths magic
Hi. I would like to be able to highlight a number and then have the macro do the following - add 90 to it So, for example, if I was to highlight '2' and click on the Macro button it would return '92',...
View ArticleMacros on toolbars, because Ctrl+Letter is not helpful to me
Hey I'm using Word Macros and find them quite useful! I want to use VBA code in Excel too. It seems the underlying language is the same (I'm guessing). What bugs me is that I can't assign a macro to a...
View Article