$$Excel-Macros$$ Re: Reading Layout VBA

2018-07-09 Thread karthikeyan sankaran
Hi All, How to create Reading Layout in Excel and how to insert in Excel bar. Thanks, karthik On Sat, Jul 7, 2018 at 11:18 AM karthikeyan sankaran < karthikeyansankar...@gmail.com> wrote: > Hi All, > > How to create Reading Layout in Excel and how to insert in Excel

$$Excel-Macros$$ Reading Layout VBA

2018-07-06 Thread karthikeyan sankaran
Hi All, How to create Reading Layout in Excel and how to insert in Excel bar. Thanks, karthik -- Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ https://www.facebook.com/discussexcel FORUM RULES 1) U

Re: $$Excel-Macros$$ Reg: copy files from folder to another Based On Cell List using vba

2017-05-11 Thread karthikeyan sankaran
On Tue, May 9, 2017 at 3:38 PM, karthikeyan sankaran < karthikeyansankar...@gmail.com> wrote: > Hi, > > Any one help to solve , copy files from folder to another folder based On > Cell List using vba. > > Pls attach sample excel sheet. > > Thanks > karthik > &

$$Excel-Macros$$ Reg: copy files from folder to another Based On Cell List using vba

2017-05-09 Thread karthikeyan sankaran
Hi, Any one help to solve , copy files from folder to another folder based On Cell List using vba. Pls attach sample excel sheet. Thanks karthik -- Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ http

$$Excel-Macros$$ Password Protection

2017-02-19 Thread karthikeyan sankaran
Dear All, I have 100 adobe Payslip-files in one folder. I have share that folder via mail to everyone. Now , I need to enter Employee code that particular Adobe file only wants to open. Other adobe Payslip-files does not show to others. Thanks, karthik. -- Are you =EXP(E:RT) or =NOT(EXP(E:RT))

Re: $$Excel-Macros$$ mouse right click option not working in excel sheets

2013-04-02 Thread karthikeyan sankaran
Hi, Open New Workbook-->GoTo VBA--->Click This Workbook(Left Side Panel)-->Enter below Code Private Sub Workbook_SheetBeforeRightClick(ByVal Sh As Object, ByVal Target As Range, Cancel As Boolean) Application.CommandBars("Ply").Enabled = True End Sub Save That Workbook Anywhere but Don't Delete

Re: $$Excel-Macros$$ Locking Only Selected Cell

2012-09-14 Thread karthikeyan sankaran
Hi, Select sheet(Ctrl+A)--Goto Format cells--untick*Locked*--Ctrl+Click desire cell--Goto Format cells--tick*Locked*--ok--click*protect sheet*. Now desire cell only lock. Thanks karthik On 14 September 2012 17:07, sharad jain wrote: > Dear Experts, > > Can someone please let me know how to loc

$$Excel-Macros$$ Re: file rename-macro help

2012-07-28 Thread karthikeyan sankaran
Can any one help . attach sample excel sheet. On 27 July 2012 18:53, karthikeyan sankaran wrote: > Hi, > > I have a 500 files(.pdf/.xls/.txt) in one folder.How to get .pdf files > name only in excel sheet and rename desired name what i entered in > other column in excel sheet.

Re: $$Excel-Macros$$ file rename-macro help

2012-07-27 Thread karthikeyan sankaran
can, > In all the places you can, > At all the times you can, > To all the people you can, > As long as ever you can.” - John Wesley > - > > > > > > From: karthikeyan sankaran > To: excel-ma

Re: $$Excel-Macros$$ file rename-macro help

2012-07-27 Thread karthikeyan sankaran
By all the means you can, > In all the ways you can, > In all the places you can, > At all the times you can, > To all the people you can, > As long as ever you can.” - John Wesley > - > > > > > > F

$$Excel-Macros$$ file rename-macro help

2012-07-27 Thread karthikeyan sankaran
Hi, I have a 500 files(.pdf/.xls/.txt) in one folder.How to get .pdf files name only in excel sheet and rename desired name what i entered in other column in excel sheet. ex: old namedesired name A.pdf karthik.pdf can any help and resolve this problem.Thanks for