Re: $$Excel-Macros$$ Request

2010-03-03 Thread Christopher Luka
I don't think any of us could legally send you a copy of Office 2010. You should contact the company you purchased it from and ask them to help you. On Wed, Mar 3, 2010 at 1:55 AM, sudhir kumar wrote: > Hi Dear all, > > > Can any one send me setup of MS office 2010. > It was download from net

Re: $$Excel-Macros$$ Help for understanding VBA

2010-03-03 Thread rf1234 rf1234
Dear Ankur Please provide us link,so that we can perform better. happy to help :) shyam On Fri, Feb 26, 2010 at 11:27 AM, ankur wrote: > our file section has very good material on macros and vba .download > stuff from there > Have A Nice Time & Enjoy Life > > Regards: > CMA Ankur Pandey > (S

Re: $$Excel-Macros$$ Data in variables

2010-03-03 Thread rf1234 rf1234
Hello Dear definately it is possible,when u write the code for particular workbook in module,it will reside till workbook exist. hope it will help. happy to help :) shyam On Mon, Mar 1, 2010 at 2:31 AM, Harpreet Singh Gujral < harpreetguj...@gmail.com> wrote: > Hi, > > Is it possible to keep th

Re: $$Excel-Macros$$ Problems with Add-ins

2010-03-03 Thread rf1234 rf1234
dear yogananda.mutha...@gmail.com please let us know what was the code for that addins,or from where u have uploaded,when we get a clear image,definately we can help. happy to help :) shyam On Mon, Mar 1, 2010 at 11:37 AM, yogananda muthaiah < yogananda.mutha...@gmail.com> wrote: > Hi, > > it

Re: $$Excel-Macros$$ Building an array out of semicolon separated values in a particular column from a data import

2010-03-03 Thread rf1234 rf1234
Option Explicit Sub assignArray() 'Declaring an Array With Dim Statement Dim Arr(7) Arr(1) = "Monday" Arr(2) = "Tuesday" Arr(3) = "Wednesday" Arr(4) = "Thursday"

Re: $$Excel-Macros$$ Shell Object

2010-03-03 Thread rf1234 rf1234
Dear Harpreet Ji Please make us more clear about shell of vba,we can help when we got clear image about requirements. hope it will help. happy to help. :) shyam On Tue, Mar 2, 2010 at 12:37 AM, Christopher Luka < christopher.l...@gmail.com> wrote: > The Shell command allows you to run other

Re: $$Excel-Macros$$ Radio Button

2010-03-03 Thread rf1234 rf1234
use control tool box then radio button. for more help u can use. http://office.microsoft.com/en-us/excel/HP102366771033.aspx hope it will help. happy to help :) shyam On Tue, Mar 2, 2010 at 9:05 PM, Shiv Goel wrote: > Thanks > > > That is same what I want > > > On Tue, Mar 2, 2010 at 6:56 AM,

Re: $$Excel-Macros$$ Excel Help

2010-03-03 Thread rf1234 rf1234
dear shiv i think you can use a simple way pivot table and pivote grapgh. if more help required please send me me your sample sheet,and offcourse image file for required graph. hope it will help. happy to help. :) shyam On Wed, Mar 3, 2010 at 10:05 AM, Shiv Goel wrote: > Hi > > > I try to ma

Re: $$Excel-Macros$$ How to update excel in network by multiple users

2010-03-03 Thread rf1234 rf1234
dear nand ask your admin to built a common share. offcourse it is possible on intranet.now assign the permission who are authenticated person to make change on that workbook. i hope it will help. happy to help :) shyam On Wed, Mar 3, 2010 at 1:51 PM, Dilip Pandey wrote: > Hi Nand, > > I am no

Re: $$Excel-Macros$$ student due list easily work

2010-03-03 Thread rf1234 rf1234
make a cell as current date. use to substract date from last date of submission. i think this will help. if not please let me know. happy to help :) shyam On Wed, Mar 3, 2010 at 12:23 PM, ram wrote: > I am working Fees section. I want Student due list easily taken with > excel format how

Re: $$Excel-Macros$$ LIST OF AVAILABLE NAMES

2010-03-03 Thread rf1234 rf1234
create name suppose u have a data in sheet 1 fro a1:a10 create name->any name ->suppose abcd->select range now go to data list and give the name of your variable hope this will work to create list. if not please let me know. happy to help :) shyam On Wed, Mar 3, 2010 at 8:42 PM, karthikeyan wr

Re: $$Excel-Macros$$ RE: PROTECTED SHEET

2010-03-03 Thread Anish Shrivastava
Please post your file here, will unprotect and send back to you. --ANISh On Wed, Mar 3, 2010 at 1:37 PM, Chieu Ang wrote: > Dear all, > > > > Anyone can help: How to unprotect the sheet( that has password)? > > > > Thanks > > > > Chieu Ang, Tan > > Finance Department > > > > Country Foods Pte

$$Excel-Macros$$ LIST OF AVAILABLE NAMES

2010-03-03 Thread karthikeyan
HI, I HAVE 500 PERSONS NAME IN SHEET1. LIKE:-BOX BAT BALL BLACK AXE IN SHEET2 AND CHOOSE CELL A1 WHEN I ENTER FIRST LETTER LIKE "B" CELL B1 SHOWS LIST OF AVAILABLE NAMES STARTING WITH "B"-STRING.ITS LIKE GOOGLE SEARCH. ANYBODY HELP ME ABOVE T

Re: $$Excel-Macros$$ RE: PROTECTED SHEET

2010-03-03 Thread ankur
which version of excel you are using? On 03/03/2010, Chieu Ang wrote: > Dear all, > > > > Anyone can help: How to unprotect the sheet( that has password)? > > > > Thanks > > > > Chieu Ang, Tan > > Finance Department > > > > Country Foods Pte Ltd > > 22 Senoko Way > > Singapore 758044 > > DID : 6

$$Excel-Macros$$ Request

2010-03-03 Thread sudhir kumar
Hi Dear all, Can any one send me setup of MS office 2010. It was download from net by me but it couldn't perform. Please i m waiting for this. -- Sudhir Verma Asstt. Mngr. A/c's 9211219649 -- -- Some important li

$$Excel-Macros$$ RE: PROTECTED SHEET

2010-03-03 Thread Chieu Ang
Dear all, Anyone can help: How to unprotect the sheet( that has password)? Thanks Chieu Ang, Tan Finance Department Country Foods Pte Ltd 22 Senoko Way Singapore 758044 DID : 65-6499 5244 Tel:65-6753 4188 EXT 178 Fax: 65-6752 0866 E-mail: chieuang@countryfoods.com.sg

$$Excel-Macros$$ How to Recover a Corroupt File of Word 2007

2010-03-03 Thread vikas gupta
Hi Excel Gurus I have a Corropted Word 2007 file attached I want to recover this file Please suggest any program or formulas to recover it Regards Vikas Gupta 9311334683 -- -- Some important links for excel users: 1

$$Excel-Macros$$ student due list easily work

2010-03-03 Thread ram
I am working Fees section. I want Student due list easily taken with excel format how any idea, fees details all in excel format only -- -- Some important links for excel users: 1. Follow us on TWITTER for tips tric

Re: $$Excel-Macros$$ How to update excel in network by multiple users

2010-03-03 Thread Dilip Pandey
Hi Nand, I am not using Excel 2007, so would not be able to explain. Let someone from "Group" to answer this. -- Thanks & Regards, DILIP KUMAR PANDEY MBA-HR,B.Com(Hons),BCA Mobile: +91 9810929744 dilipan...@gmail.com dilipan...@yahoo.com New Delhi - 62, India On Wed, Mar 3, 2010 at 10:10 AM,