$$Excel-Macros$$ Re: Tool bars in excel 2007

2010-01-12 Thread yngve
hi hughG goto this addr http://blog.livedoor.jp/andrewe/archives/50820196.html mabe this can help you Regards Yngve On 11 Jan, 20:55, hughG wrote: > I have a worksheet created on a Mac in Excel 2004. It has customised > tool bars with dropdown menus with macros attached. Is it possi

$$Excel-Macros$$ Re: Using macro move sheets from one work book to another work book

2010-01-11 Thread yngve
hi goto http://www.dailydoseofexcel.com/archives/2006/10/29/saveas-in-excel-2007/ hope this will help you Regards Yngve On 11 Jan, 07:00, grlinks-karthik wrote: > I need to copy the sheets from one work book to another  work book, can any > one help is urgent > > I have to wo

$$Excel-Macros$$ Re: Escalation

2009-11-22 Thread yngve
Hi JMac go to this adr. http://www.rondebruin.nl/tips.htm Regard Yngve On 18 Nov, 12:59, JMac wrote: > Hi, > > I have a spreadsheet with a "Date Entered" column and a "Days Open" > column. Every time a new record is added, the date is put in the "Date &

SV: $$Excel-Macros$$ Find next available row

2009-03-04 Thread Yngve Angelskår
Hi Dim LastRow as double LastRow = .Cells(Rows.Count, "C").End(xlUp).Row LastRow = LastRow +1 This count colum "C" change to the colum you want Regards Yngve -Opprinnelig melding- Fra: excel-macros@googlegroups.com [mailto:excel-mac...@googlegroups.com] På

SV: $$Excel-Macros$$ double variable on a formula

2009-03-04 Thread Yngve Angelskår
Hi Try 27.7 not 27,7 -Opprinnelig melding- Fra: excel-macros@googlegroups.com [mailto:excel-mac...@googlegroups.com] På vegne av Nwt Sendt: 1. mars 2009 21:13 Til: MS EXCEL AND VBA MACROS Emne: $$Excel-Macros$$ double variable on a formula Hi all, i'm trying to insert a formula by vb