Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by WingandaPrayer

  1. WingandaPrayer

    Excel - remove duplicate commas in a cell

    Thanks both for the different solutions.
  2. WingandaPrayer

    Excel - remove duplicate commas in a cell

    Hi all, I'm looking to take out the commas from a cell except for the first instance? I couldn't find anything via the keyword search. e.g. 10, Downing Street, London, SW1A 2AA to 10, Downing Street London SW1A 2AA Many thanks.
  3. WingandaPrayer

    Outlook Calendar - importing appointments from Excel

    When using the import option from within Outlook 2003 to load appointments from Excel is it possible to automatically email the required attendees? I've mapped rhe following fields; Date, start and end times, subject, description and also added in the email addresses to the required attendees...
  4. WingandaPrayer

    Sheet tabs in excel

    Thank you, that's done the trick. [smile]
  5. WingandaPrayer

    Sheet tabs in excel

    Hi, Is it possible to lock just the sheet tab in a worksheet to stop someone else renaming? Many thanks.
  6. WingandaPrayer

    Mail merge with formulas

    bump :-D
  7. WingandaPrayer

    Numneric to Text from a merge field

    Hi all, When using Word 2003 to mail merge, is it possible to automatically change a numeric field to Text? The merge field comes from a Progress program and not excel. Thanks in advance
  8. WingandaPrayer

    Mail merge with formulas

    Hi all, If you would give me some advice please. I'm mail merging from a Progress program into Word. I was using the word field IF option when a merge field was 'not blank' the £ symbol would be placed before the field. When the field was blank it obviously wouldn't show and the next line...
  9. WingandaPrayer

    Filtering in Excel

    Thanks
  10. WingandaPrayer

    Filtering in Excel

    Hi all, When filtering in Excel the drop down arrow shows blue if the filter is in use. When not in use the arrow shows black. Is there a way to change this colour. I've altered various parts of the appearance which didn't work. thanks
  11. WingandaPrayer

    Excel worksheet last modifed

    Just realised what I was doing. I loaded into Sheet 1 rather than This Workbook. thanks again All bets on [2thumbsup]
  12. WingandaPrayer

    Excel worksheet last modifed

    Hi Skip, As I wasn't at work I couldn't try this on the spreadsheet I wanted to. I tried on a spreadsheet at home, couldn't get the date/time stamp to appear so I thought "try from scratch"(Book1) that's why I was querying range and Target address originally. thanks
  13. WingandaPrayer

    Excel worksheet last modifed

    Hi Skip, I think I'm missing something, as usual! Private Sub Workbook_SheetChange(ByVal Sh As Object, ByVal Target As Range) If Target.Address <> "$A$1" then Sh.[A1].Value = Now End Sub Should I be showing the range and change Target.Address to Book1 cheers
  14. WingandaPrayer

    Excel worksheet last modifed

    Hi Skip, The date & time to appear on each individual worksheet within the the spreadsheet when the individual worksheet has the information modified(added or removed) rather than viewed. e.g. A spreadsheet with five worksheets could show five different modified dates & times.Each date & time...
  15. WingandaPrayer

    Excel worksheet last modifed

    Hi, How do I show in a cell the last date and time a individual worksheet was updated ? thanks Seasons greetings

Part and Inventory Search

Back
Top