Thanx!!
Regards,
Deepak Rawat
On Tue, Jul 13, 2010 at 6:16 PM, irfan khan wrote:
> Hi Deepak,
>
> For last row
> Cells(1, 1).End(xlDown).Select
>
> For last column
> Cells(1, 1).End(xlToRight).Select
>
> ---Irfan
>
>
> On Tue, Jul 13, 2010 at 4:38 PM, Deepak Rawat
> wrote:
> > Hi all,
> >
> >
Hi Deepak,
For last row
Cells(1, 1).End(xlDown).Select
For last column
Cells(1, 1).End(xlToRight).Select
---Irfan
On Tue, Jul 13, 2010 at 4:38 PM, Deepak Rawat wrote:
> Hi all,
>
> I want to know the code how to insert data entered in user form in excel
> sheet, workbook is attached.
>
> I al
Dear Deepak,
Please find attached workbook with solution.
Warm Regards,
Noorain Ansari
noorain.ans...@gmail.com
-- Forwarded message --
From: Deepak Rawat
Date: Tue, Jul 13, 2010 at 4:38 PM
Subject: $$Excel-Macros$$ VBA code for insert data from user form
To: excel-macros
Hi all,
I want to know the code how to insert data entered in user form in excel
sheet, *workbook is attached*.
I also want to know the easiest code to find the last row or last column.
Regards,
Deepak
--
--
Some i