$$Excel-Macros$$ Freelance ASP.NET MVC

2018-09-02 Thread Sumeet Leo
Hello, I am looking for work. I am software developer, with over 10+ years of experience in software development. I have good expertise on the following technologies. ASP.NET, C#, ASP.NET Core, Classic ASP Angular 2 and 4 Angular Material SQL Server, SSIS, SSRS and MySQL SharePoint 2010 to 201

$$Excel-Macros$$ Freelance ASP.NET MVC

2018-08-21 Thread Sumeet Leo
Hello, I am looking for work. I am software developer, with over 10+ years of experience in software development. I have good expertise on the following technologies. ASP.NET, C#, ASP.NET Core, Classic ASP Angular 2 and 4 Angular Material SQL Server, SSIS, SSRS and MySQL SharePoint 2010 to 201

$$Excel-Macros$$ Freelance ASP.NET MVC

2018-08-20 Thread Sumeet Leo
Hello, I am looking for work. I am software developer, with over 10+ years of experience in software development. I have good expertise on the following technologies. ASP.NET, C#, ASP.NET Core, Classic ASP Angular 2 and 4 Angular Material SQL Server, SSIS, SSRS and MySQL SharePoint 2010 to 201

$$Excel-Macros$$ Freelance ASP.NET MVC

2018-08-10 Thread Sumeet Leo
Hello, I am looking for work. I am software developer, with over 10+ years of experience in software development. I have good expertise on the following technologies. ASP.NET, C#, ASP.NET Core, Classic ASP Angular 2 and 4 Angular Material SQL Server, SSIS, SSRS and MySQL SharePoint 2010 to 201

$$Excel-Macros$$ Re: Mail : Outlook

2015-10-09 Thread Leo
Fist of all do: *Add a reference to the Microsoft Outlook Library in Excel* *1) Go to the VBA editor with the shortcut Alt - F11* *2) Click on Tools>References in the Menu bar* *3) Place a Checkmark before Microsoft Outlook ? Object Library* *Where ? is the Outlook version number* and -> htt

$$Excel-Macros$$ Re: Excel Books

2015-10-09 Thread Leo
the best place is the Internet http://www.cpearson.com/excel/optimize.htm Em sexta-feira, 9 de outubro de 2015 03:38:24 UTC-3, saravanan R escreveu: > > Hello Experts, > > Please provide me the sites for excel VBA 2013 books. > > > Thanks & Regards, > > *Saravanan Raju* > > Mob: +91 8807708842

Re: $$Excel-Macros$$ filter and copy/paste in new workbook and save it on desktop

2015-10-07 Thread Leo
hi I'm new here just trying to help by making some improvement changes [image: 😊] *Sub Copy_Filtered_Data()* *'know line os last row* *Dim last_row* *last_row = Range("s64000").End(xlUp).Row 'using in excel 97 or 2010* *'last_row = Range("s1048576").End(xlUp).Row 'using only in excel 2010

Re: $$Excel-Macros$$ Excel Forum available @ discussexcel.com

2014-03-10 Thread Leo Ruphen
dafone > -- > *From: * ashish koul > *Date: *Sun, 9 Mar 2014 22:42:50 +0530 > *To: *excel-macros > *Subject: *Re: $$Excel-Macros$$ Excel Forum available @ discussexcel.com > > which row you want to pick how r u going to decide that > > > On Sun, Mar 9, 2014 at

Re: $$Excel-Macros$$ Excel Forum available @ discussexcel.com

2014-03-08 Thread Leo Ruphen
Hi Ashish, Thanks for the prompt reply, But i have few columns to be copied to the invoice. Please refer attachment for more details Thanks and Regards Leo On Sunday, 9 March 2014 13:51:43 UTC+8, ashish wrote: > > try this see if it helps > > Sub test() > > > Sheets("S

$$Excel-Macros$$ Excel Forum available @ discussexcel.com

2014-03-08 Thread Leo Ruphen
Hi Sir, Could you help me with vba codes. I need help on vba code to copy data from sheet 1 and paste in sheet 2. But the range to copy the data is different from the range to copy the data, for example : copy from ("R20") and paste in ("T10"). The "sheet 2" is a invoice, There is around 15 rows

$$Excel-Macros$$ Excel Forum available @ discussexcel.com

2014-03-08 Thread Leo Ruphen
Hi Sir, Could you help me with vba codes. I need help on vba code to copy data from sheet 1 and paste in sheet 2. But the range to copy the data is different from the range to copy the data, for example : copy from ("R20") and paste in ("T10"). The "sheet 2" is a invoice, There is around 15 rows

$$Excel-Macros$$ Excel Forum available @ discussexcel.com

2014-03-08 Thread Leo Ruphen
Hi Sir, Could you help me with vba codes. I need help on vba code to copy data from sheet 1 and paste in sheet 2. But the range to copy the data is different from the range to copy the data, for example : copy from ("R20") and paste in ("T10"). The "sheet 2" is a invoice, There is around 15 rows

$$Excel-Macros$$ Separating 1 Worksheet into Multiple Tabs

2009-10-30 Thread Leo
Hello! noob here :) I have a project where I am trying to separate out a huge spreadsheet into multiple tabs. So, the main worksheet has unique Profile Numbers, and then data associated with each profile #. Is there an easy way where each new profile # is split into a new tab? Please advise & do