$$Excel-Macros$$ Need some help with creating a macro

2014-07-20 Thread Hendi Cluj
Basically i need a macro that does the following: i have a sheet in excel with items ( about 2815 items) each item has a 6 digit code. The sheet looks like this Row 1 : code Row 2: numeric info 1 digit Row 3: description for item Row 4: description for item Row 5: Price Now what i need is this:

$$Excel-Macros$$ Need to run macro when outlook 2007 sent/receive or refresh or mail arrive in inbox

2014-07-20 Thread 'LAKSHMAN PRASAD' via MS EXCEL AND VBA MACROS
Dear expert, I have a macro Private Sub Workbook_BeforeSave(ByVal SaveAsUI As Boolean, Cancel As Boolean) 'Private Sub Workbook_beforclose() 'Sub sendmail() '(mailid As String, nm As String, flname As String) Dim OutApp As Object Dim OutMail As Object Set OutApp = CreateObject("Outlook.Appli

Re: $$Excel-Macros$$ Re: Send Atachment ExcelFile

2014-07-20 Thread Ashish Kumar
Hi Vaibhav, Its Great buddy. Regards Ashish On 19 July 2014 22:02, Vaibhav Joshi wrote: > Check this.. > > Cheers!! > > > On Sat, Jul 19, 2014 at 2:32 PM, Vijay wrote: > >> Dear Team, >> >> >> Please Help on this to Solve this Problem !!! >> >> >> Regards, >> >> Vijayakumar R >> >> On Monda

$$Excel-Macros$$ Need to run macro when outlook 2007 sent/receive or refresh or mail arrive in inbox

2014-07-20 Thread 'LAKSHMAN PRASAD' via MS EXCEL AND VBA MACROS
Dear expert, I have a macro Private Sub Workbook_BeforeSave(ByVal SaveAsUI As Boolean, Cancel As Boolean) 'Private Sub Workbook_beforclose() 'Sub sendmail() '(mailid As String, nm As String, flname As String) Dim OutApp As Object Dim OutMail As Object Set OutApp = CreateObject("Outlook.Appl

$$Excel-Macros$$ Need to run macro when outlook 2007 sent/receive or refresh or mail arrive in inbox

2014-07-20 Thread 'LAKSHMAN PRASAD' via MS EXCEL AND VBA MACROS
Dear expert, I have a macro Private Sub Workbook_BeforeSave(ByVal SaveAsUI As Boolean, Cancel As Boolean) 'Private Sub Workbook_beforclose() 'Sub sendmail() '(mailid As String, nm As String, flname As String) Dim OutApp As Object Dim OutMail As Object Set OutApp = CreateObject("Outlook.Appl

Re: $$Excel-Macros$$ Conditional Formatting for a cell based on another

2014-07-20 Thread Ahmed Emam
Thanks On Sun, Jul 20, 2014 at 10:06 AM, Vaibhav Joshi wrote: > Just copy the cell in which you have applied conditional formatting, after > that select cells where you need to apply same formatting, then Paste > special formatting to it by right clicking on selected cells. > > Check this attac

Re: $$Excel-Macros$$ Conditional Formatting for a cell based on another

2014-07-20 Thread Vaibhav Joshi
Just copy the cell in which you have applied conditional formatting, after that select cells where you need to apply same formatting, then Paste special formatting to it by right clicking on selected cells. Check this attachment. Cheers!! On Sun, Jul 20, 2014 at 2:51 AM, Ahmed Emam wrote: > I