Hi,
When i try to convert text formatted cell into csv, the format is lost.
can you please help.
Thanks
Hi,
When i try to convert text formatted cell into csv, the format is lost.
can you please help.
Thanks
Hi,
I want to restrict to the user to enter values in cells such that it should be a [ep]*[/ep] and have only two digit decimal. For eg: 10.55%, 6.75%.....
Is there a way of doing this using [dv]*[/dv]?
Many thanks
Re: Data aggregation from different workbooks
will maku sure not use abbreviations.
Hi All,
I have a workbook which has sales data in one worksheet and inventory data in one worksheet. There around 50 workbooks I get each week one for each customer. The column headers are same for sales and inventory in all the sheets. All the 50 files are in the same folder.
Is there a way to put the sales data of all customers in one worksheet and inventory in one worksheet. Currently I am doing it manually.
Thanks,
Manju
Re: Inputbox options
Thanks for the reply Dave.
I want to remove the "Cancel" option because, when the user clicks "Cancel" it returns a false. This is giving me runtime error in the code.
I have attached the file which has the code
Hi All,
I have an inputbox in my code. By default the inputbox is giving the options "OK" and "Cancel". Is there a way where I can have only "OK" option in my inputbox.
Thanks
Manju
Re: Refresh pivot macro
Thanks a lot Andy, thats exactly what I was looking for
Hi,
There are around fifteen pivot tables in my workbook. Is there a macro which would refresh all pivots in a workbook. Also is it possible to make the macro dynamic so that the macro would work even if the pivot table names are changed.
Thanks
HI
I want to give relative path instead of absolute.
Thanks in advance
Hi,
I have data validation in cells A1:A50 which allows to select values from a list. There are about 50 items in the list that can be selected. Is it possible to have the user select an item only once i.e., if an attempt is made to select an item thats already selected it show an error message.
Thanks for the help
Re: Removing non-english characters
Hi Dave,
Thanks for your reply. If there is a more dynamic method it would be helpful, because Ž and Ÿ are only some of the examples and there are many characters like that and each day there might be new characters like that.
Thanks again
Hi,
I have a list of customer names which has some special characters like-
Ž, Ÿ etc within the name.
Is there a way to replace them with english characters, like replace Ž with Z
Thank you
Hello,
I have a worksheet which has some grouping of some columns. The problem is that if I protect the sheet the oultine is not working. Is there a way to protect the sheet and still have the outline (grouping) work.
Thanks
Hi,
Can anyone provide me with links to information on array formulas
Thanks
Re: Importing data
Thanks a lot Maqbool
Hi,
I have the data in text format which I have to import it to Excel. The problem is that it has around 120k rows of data. The method I am doing it is by splitting the text file into two halves and importing it into two worksheets.
Is there a way of importing the data without splitting the file (its okay if the output is in two worksheets).
Thanks in advance
Re: Using variable in vlookup
I have two xls file. File one has different sheet tabs, i want to run a macro to put formula of vlookup in column B from the another xls file which has same # of tab as of First file. So i want a variable in vlookup i.e "sheet_name".
So discription of vlookup is
Selection.FormulaR1C1 = _
"=IF(B2<>"""",IF(ISERROR(VLOOKUP(B2,[abc.xls]" & sheet_name & " '!$A:$C',2,FALSE)),0,VLOOKUP(B2," & sheet_name & " '!$A:$C',2,FALSE)))"
thank u
Re: Using variable in vlookup
Yes I want to do that Plz Check it once again may be I am missing some small things