$$Excel-Macros$$ Re: Transfering values out of a Listbox into a range

2009-08-02 Thread msakibkhan
Dear Jake ! try the following solution: Private Sub cmdOK_Click() Sheet2.Range("A4:A1000").ClearContents For x = 0 To ListBox2.ListCount - 1 Sheet2.Range("A" & x + 4).Value = ListBox2.List(x) Next End Sub Best Regards --~--~-~--~~~---~--~~ -

$$Excel-Macros$$ Re: Hi Urgent Excel help required.

2009-05-23 Thread msakibkhan
Yea I think it's a better solution, but Shahina want to copy only visible rows if you don't know.. On May 22, 8:37 pm, TAlgo wrote: > Try this if this helps > > Sub CopyPaste() > Dim ws As Worksheet > For Each ws In Worksheets > > If ws.Name <> "JAN" Then > ws.Select > ws.Applicatio

$$Excel-Macros$$ Re: want a macro code

2009-05-22 Thread msakibkhan
Hi Deepak rawat ! I saw the solution you have provided is working perfectly and also implementing immediately that's a very good job doing by a VBA function "OFFSET" I will highly appreciate. On May 22, 1:20 pm, kishan@gmail.com wrote: > Hi, >  I did this with vba, but I am unable to attach

$$Excel-Macros$$ Re: Find the first empty row

2009-05-04 Thread msakibkhan
Hi Jesper. there are some confusions, anywayz I can help you if you will attach a required sample. So I will ammend it with solution. OK On May 4, 12:22 pm, Jesper wrote: > Hi all > > I have a little problem with this VBA thing. I need to make a > macro that can find the first empty row

$$Excel-Macros$$ Re: Find the first empty row

2009-05-04 Thread msakibkhan
Hi Jesper. there are some confusions, anywayz I can help you if you will attach a required sample. So I will ammend it with solution. OK On May 4, 12:22 pm, Jesper wrote: > Hi all > > I have a little problem with this VBA thing. I need to make a > macro that can find the first empty row

$$Excel-Macros$$ Re: PROBLEM WITH OPENXL BETA 1.0.0.0

2009-04-29 Thread msakibkhan
t; not. > They're pre-requisites for it. > > Regards > Ashish Jainwww.excelitems.com > Developer of Open XL > ---­ > On Apr 29, 9:44 am, msakibkhan wrote: > > > > > Hi gu

$$Excel-Macros$$ PROBLEM WITH OPENXL BETA 1.0.0.0

2009-04-28 Thread msakibkhan
Hi guys, I have just installed OpenXL Beta 1.0.0.0 successfully but it's not showing any addin/toolbar in Ms-Excel 2007. But it's appearing in list of installed application in Add/Remove Programs. Can anybody help me please. Thanks in ADVANCE. Regards --~--~-~--~~~--

$$Excel-Macros$$ Re: How to write MDB from Excel?

2009-04-27 Thread msakibkhan
Hi Amit.. I can help you if you send me your excel file and also mdb file so, I will create VBA project as per your requirement. Feel fee to contact me. On Apr 25, 2:33 pm, Amit wrote: > Hi, > > I wan to write data to an existing (with required tables) MDB from > Excel 2003/2007 h

$$Excel-Macros$$ Re: How to write MDB from Excel?

2009-04-27 Thread msakibkhan
Hi Amit.. I can help you if you send me your excel file and also mdb file so, I will create VBA project as per your requirement. Feel fee to contact me. On Apr 25, 2:33 pm, Amit wrote: > Hi, > > I wan to write data to an existing (with required tables) MDB from > Excel 2003/2007 h