$$Excel-Macros$$ Re: auto fill start/end serial numbers and date when qty entered

2009-08-06 Thread Basta
im using formula now, and i dont like filled cells, cause some people will be confused when they see many data, lots of numbers going down, but if it possible to change fields like i found script for date auto fill, like line by line, without copying anything, just enter qty number and that's it.

$$Excel-Macros$$ how to hide #N/A

2009-08-06 Thread harris a
Hello, In case a formula is returning “#N/A” then is there a way by which the output of the formula could be made blank or zero. please help. regards, Harris --~--~-~--~~~---~--~~ --

$$Excel-Macros$$ Re: how to hide #N/A

2009-08-06 Thread Dilip Pandey
Hi Harris, Two ways:- 1). You can use error handler with the help of functions eg. =if(iserror(match(a1,b:c,0)),,match(a1,b:c,0)) 2). You can apply conditional formatting to hide the errors. Enter following formula in conditional formatting window:- =iserror(reference) and choose font color as

FW: $$Excel-Macros$$ how to hide #N/A

2009-08-06 Thread Saurabh
Attached is the solution... -Original Message- From: excel-macros@googlegroups.com [mailto:excel-mac...@googlegroups.com] On Behalf Of harris a Sent: Thursday, August 06, 2009 12:02 PM To: MS EXCEL AND VBA MACROS Subject: $$Excel-Macros$$ how to hide #N/A Hello, In case a formula is

$$Excel-Macros$$ Re: how to hide #N/A

2009-08-06 Thread DEBASHIS BANERJEE
Dear Harris , it may be done through conditional formating . Change the font colour to background colour. then put the condition if the result comes out as other than N/A then font colour would be changed as black. Hope it would solve your problem. On 8/6/09, harris a

$$Excel-Macros$$ Textbox Error

2009-08-06 Thread Jack
I have a text box on a user form but i need to set characters to maximum, currently it debugs runtime error 1004 any ideas how to set more characters ?? Cheers Jack --~--~-~--~~~---~--~~

$$Excel-Macros$$ Help needed on MS Access user guide.

2009-08-06 Thread vinod rao
Hello Team, Can someone help me in getting the MS access user manual or guide which help to understand?. Thanks in advance Regards Vinod --~--~-~--~~~---~--~~ -- Some important links

$$Excel-Macros$$ Re: vlookup help

2009-08-06 Thread Dilip Pandey
Hi Faheem, Just reply to excel-macros@googlegroups.com and include the file as an Attachment like we do when we sent out normal email. Alternatively, you can upload the files to the files section as well of the group (http://groups.google.co.in/group/excel-macros?hl=enlnk) Thanks, -- DILIP

$$Excel-Macros$$ Re: calculate days from a range of dates.

2009-08-06 Thread Dilip Pandey
Hi Tonto, Your query has been solved and I have also attached the tested workbook with this email. Thanks. -- DILIP KUMAR PANDEY MBA-HR,B COM(Hons.),BCA Mobile: +91 9810929744 dilipan...@gmail.com dilipan...@yahoo.com New Delhi - 110062 On Thu, Aug 6, 2009 at 2:15 AM, Tonto

$$Excel-Macros$$ Re: Help needed on MS Access user guide.

2009-08-06 Thread Upendra Singh
Hi Vinod, Please download from below Link.. MSPress_Step_By_Step_MS_Office_Access_2003_EBook.pdf http://rapidshare.com/files/248961528/MSPress_Step_By_Step_MS_Office_Access _2003_EBook.pdf Regards, Upendra Singh +91-9910227325, +91-9310760597

$$Excel-Macros$$ Re: auto fill start/end serial numbers and date when qty entered

2009-08-06 Thread Ajit Navre
It is very much possible, In the Workshet_Change() event, see if the target cell is QUANTITY NUMBER Cell, if yes, then if the Start And End Serial numbers cells are empty, set the values for those cells. Regards Ajit -Original Message- From: excel-macros@googlegroups.com

$$Excel-Macros$$ Need Help on Macro - image Resizing

2009-08-06 Thread kamal shah
Hi Excel Gurus, I am looking for help to solve one of mechanical process in Excel sheet. I have more than 50 screeenshots pasted in Worksheet (as part of Business evidence). I wish to reduce (Image) Size by 50 % of all screenshots pasted in worksheet in one go. I did play around with Macro and

$$Excel-Macros$$ Re: how to hide #N/A

2009-08-06 Thread Serghei Ovanesov
Hi Harris, You would need to nest the ISERROR function in your formula. For example: =IF(ISERROR(your formula)=TRUE,,your formula) Regards. Date: Wed, 5 Aug 2009 23:31:30 -0700 Subject: $$Excel-Macros$$ how to hide #N/A From: harris...@gmail.com To:

$$Excel-Macros$$ IF Condition

2009-08-06 Thread Putta Madaiah
Hi All, Can anyone provide me the formulas as per the requirement in the attachment. Rgds, Putta - Bangalore --~--~-~--~~~---~--~~ -- Some important links for excel users: 1. Excel

$$Excel-Macros$$ Re: Sending a Macro to End User within an Excel spreadsheet

2009-08-06 Thread Aman Singh
Thanks - can you advise how to do this thanks On Aug 5, 7:52 am, GlennG bl90...@gmail.com wrote: Just sent them an Excel file designed to get that CSV file as it opens    --- Use Auto open macro in the file File          --- Ask user where the CSV file is               Execute

$$Excel-Macros$$ Split data to different Sheet *** URGENT***

2009-08-06 Thread Chidurala, Shrinivas
Dear Friends, Find attached a dump file of all clients, 1. I want one macro to spit the date as per clients in different sheet of same Excel and the same name should be the client name. 2. I want another macro to split data as per client in new excel and save in C:\. Regards, Shrinivas

$$Excel-Macros$$ Re: Split data to different Sheet *** URGENT***

2009-08-06 Thread vivek agrawal
Hi Shrinivas Please Find Attached the required Module. Import this module in your workbook using the VBE. You just need to open that master sheet and run the Sub Procudure COPY UNIQUE. The module will do the rest of the task. it would create separate sheets based on client and then save these

$$Excel-Macros$$ Re: Split data to different Sheet *** URGENT***

2009-08-06 Thread vivek agrawal
Couple of prerequisites for this sent module 1. the master sheet to be opened when the sub procedure is run. 2. The first column should contain the names on the unique names of which different files will be created (here in your case its CLIENTS) 3. The first row should contain the all the