Re: Fwd: $$Excel-Macros$$ Query (Outlook VBA)

2015-06-03 Thread Soumyendu Paul
Thanks for help On Jun 3, 2015 4:43 PM, "Soumyendu Paul" wrote: > -- Forwarded message -- > From: "Soumyendu Paul" > Date: Jun 3, 2015 4:21 PM > Subject: $$Excel-Macros$$ Query (Outlook VBA) > To: > Cc: > > Hi, > > I have an outlook message stored in hard drive folder. Want to

Re: $$Excel-Macros$$ I need a excel where users can add data but cannot delete.

2015-06-03 Thread Ashish Bhalara
Hello Mr.Nasir Firstly select all cell and unchecked Locked property from Format Cells. Paste below code in coding area of worksheet. Hope it would useful as per your requirement. Private Sub Worksheet_Change(ByVal Target As Range) Worksheets("Sheet1").Unprotect Password:="abc" Range("A1:N28").Spe

Re: $$Excel-Macros$$ Macro to print first spreadsheet as PDF

2015-06-03 Thread mayur
Thank you! I'll check. Thanks, Mayur On 6/3/15, ashish koul wrote: > download and install this addin > https://www.microsoft.com/en-in/download/details.aspx?id=9943 > > > > On Wed, Jun 3, 2015 at 2:21 PM, mayur wrote: > >> Hi Experts, >> >> I want to print/save as two sheet as PDF file. >> For

$$Excel-Macros$$ Re: Inventory With PO Drop Down Lookup

2015-06-03 Thread Bill Q
You attachment is different than I envisioned by is VERY well done and is completely acceptable. THANK YOU !!! On Tuesday, 2 June 2015 12:19:32 UTC-4, Bill Q wrote: > > Hi, > > Ideally, I am looking for something that would look at another sheet so > that it would show all outstanding Purchase

$$Excel-Macros$$ MIS Ececutive Required

2015-06-03 Thread sumit
Dear Team, We required a MIS Executive in Rajendra Place (New Delhi-110008) office. Person should be expert in excel formula and MIS preparation. Salary best in industry (Take Home upto 15K) Interested candidate can contact us on 9899416762 and Send his C.V. on helpd...@easysourceindia.com Rega

Re: $$Excel-Macros$$ Query (Outlook VBA)

2015-06-03 Thread ashish koul
http://www.excelvbamacros.in/2014/02/loop-through-all-outlook-emails-saved.html On Wed, Jun 3, 2015 at 4:20 PM, Soumyendu Paul wrote: > Hi, > > I have an outlook message stored in hard drive folder. Want to read this > file for extracting data into excel. Please help!! > > Regrds, > Soumyendu >

Re: $$Excel-Macros$$ I need a excel where users can add data but cannot delete.

2015-06-03 Thread Paul Schreiner
What you can do is: Select all cells and change the properties to "unlocked".Change the properties on the "header" row to "locked".Protect the worksheet (with or without a password) Write a BeforeSave event macro that:Unprotects the worksheet.Change the properties of any rows with values (data)

$$Excel-Macros$$ Query (Outlook VBA)

2015-06-03 Thread Soumyendu Paul
Hi, I have an outlook message stored in hard drive folder. Want to read this file for extracting data into excel. Please help!! Regrds, Soumyendu -- Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ http

$$Excel-Macros$$ Urgent Help Required!(VBA Outlook)

2015-06-03 Thread Soumyendu Paul
Hi, -- Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ https://www.facebook.com/discussexcel FORUM RULES 1) Use concise, accurate thread titles. Poor thread titles, like Please Help, Urgent, Need Help

Re: $$Excel-Macros$$ Macro to print first spreadsheet as PDF

2015-06-03 Thread ashish koul
download and install this addin https://www.microsoft.com/en-in/download/details.aspx?id=9943 On Wed, Jun 3, 2015 at 2:21 PM, mayur wrote: > Hi Experts, > > I want to print/save as two sheet as PDF file. > For first sheet - Selection required from Cell C4 to last column and cell > used. Also t

$$Excel-Macros$$ Macro to print first spreadsheet as PDF

2015-06-03 Thread mayur
Hi Experts, I want to print/save as two sheet as PDF file. For first sheet - Selection required from Cell C4 to last column and cell used. Also there are multiple "comments(user entry)" columns in first sheet. I want that comments to be wrap text and visible while printing PDF file* (Excel commen