Skip,
Cheers mate but I was really looking for a VBA solution - hit the books and came up with the following (if anybody's interested). Worked fine.
Sub amalgamate()
For i = 2 To Worksheets.count
Worksheets(i).Activate
ActiveSheet.Range("A1").Select
ActiveCell.CurrentRegion.Select...
I need to be able to amalgamate seperate worksheet data into one single sheet (all the sheets contain the same headings) but I need all the data in one block (minus the headings if possible).
Anybody any ideas how to do this simply. Only reason I ask is that I have 140 worksheets all with...
Is is possible to customise the Right Click Menu in Word 2003. Basically I want to add a 'Select All' item.
I relaise you can use Ctrl+A but I am looking for a mouse friendly solution (and would also like to know how to customise the right click menu anyway).
Any ideas much appreciated.
Cheers
Is there anyway to determine the state of 'View Fields Codes' (as displayed using the Key combination Alt+F9) programatically in VBA and turn it on if it is off. Tried using Send Keys, but as this is a toggle it can all go horribly wrong. I want to combine this with a Multiple Document Search...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.