$$Excel-Macros$$ Text Formatting for mailling text

2009-01-12 Thread sukhdeep.sabhar...@gmail.com
Hi there, i wann to bold massege which messege sending by macro please provide me script to resolve this problem --~--~-~--~~~---~--~~ Visit the blog to download Excel tutorials at http://www.excel-macros.blogspot.com To post to this group, send email to excel-

$$Excel-Macros$$ Re: Help - Excel & VBA

2009-01-12 Thread SHAM
Thanks for your advise. Now i am trying to download these file via esnips.com --~--~-~--~~~---~--~~ Visit the blog to download Excel tutorials at http://www.excel-macros.blogspot.com To post to this group, send email to excel-macros@googlegroups.com For more opti

$$Excel-Macros$$ problem printing to HP color printer

2009-01-12 Thread toodi4
I've got a weird problem. I've searched around, but can't find any help. I'm hoping someone from this group has encountered the problem and knows a solution. I created some forms on Excel. Everything seems fine, except when I try printing to an HP color printer. On the HP color the radio butt

$$Excel-Macros$$ PERT/CPM chart template

2009-01-12 Thread Herat M [Mauj.com]
Hi all, Can anybody share a template for making PERT/CPM charts on excel? T&R Herat Maniar ___ Shankar, Ehsaan & Loy now storm Tollywood! Telugu blockbuster - Konchem Ishtam Konchem Kashtam Exclusively on Mauj Mobile For

$$Excel-Macros$$ Re: Project Management Excel Sheet or Software

2009-01-12 Thread Tariq Kamal
Hi, What all fields do you want to track and what all heads (date, eforrt, etc) do you want in te sheet Regards, tariq kamal www.gate2quality.com On Mon, Jan 12, 2009 at 12:56 PM, Archana Mestry wrote: > Hi Guys & Gals, > > I need a project mangement excel sheet where I can track all the ta

$$Excel-Macros$$ Corrupted (?) file

2009-01-12 Thread dkc
I have a fairly large workbook (about 4MB) that I use to keep my company's budget, and to report actual results. It uses some simple macros for printing and other housekeping tasks. In addition, it connects to an external data source (Visual Foxpro) to import actual results from our SBT accounti

$$Excel-Macros$$ Re: many files to one file consolidation

2009-01-12 Thread Paul Schreiner
I can start it for you: Option Explicit Sub BuildUpload()     Dim fso, foldername, f, file, files, ext     'Dim msg     Set fso = CreateObject("Scripting.FileSystemObject")         foldername = "C:\temp3\"     Set f = fso.GetFolder(foldername)     Set files = f.files     msg = ""     For Each fi

$$Excel-Macros$$ Project Management Excel Sheet or Software

2009-01-12 Thread Archana Mestry
Hi Guys & Gals,   I need a project mangement excel sheet where I can track all the tasks and projects on periodically basis. Please help me to create that. Or if you are already using any kind of software for this, then please reply over this email.   Help would be great appreciated. As I'm in re

$$Excel-Macros$$ many files to one file consolidation

2009-01-12 Thread TahoeSalmon
This novice is stumped. I have reviewed the blogs etal on vba and cannot get over this hurdle. Objective - vba code to open up 50 files in a directory, one at a time (no on linksupdate), copy a consistent named range "deptupload" to a master worksheet which contains this vba macro., then close f