$$Excel-Macros$$ Urgent need Redwood CPS(Cronacle)---- Houston TX

2015-11-16 Thread MADHU-GenuineItLlc
Hi, I have below requirement for one of our client, let me know if you are comfortable. *Job Title: Cronacle Architect* *Location: Houston TX* *Job Description:* Senior Functional Consultant: Supervises business diagnosis and planning activities. · UNIX scripting. ·

Re: $$Excel-Macros$$ VBA Code need

2015-11-16 Thread Mandeep Baluja
Run this code Regards, Mandeep baluja Sub Parse() > > Dim hw As Long: hw = 2 > Dim k As Long: k = 2 > Dim j As Long: j = 2 > For i = 3 To 7 > Sheets(2).Cells(1, j).Value = "Col" & j - 1 > Sheets(2).Cells(k, 1).Resize(hw, 1).Value = Sheets(1).Cells(i, 1).Value >

$$Excel-Macros$$ Client in Houston TX need Dot net with Sitecore developer

2015-11-16 Thread MADHU-GenuineItLlc
Hi Partner, Hope you are doing great …. Please send me resume to ma...@genuineitllc.com *Title :Sitecore developers(Sr Dotnet). * *Location : Houston, TX * In addition to having experience implementing projects using Sitecore as a platform the candidate must have the following:

$$Excel-Macros$$ Re: Hyperlink - Macro

2015-11-16 Thread Mandeep Baluja
Run this code !!! Regards, Mandeep baluja Sub Button1_Click() Dim i As Integer, j As Integer, k As Integer, s As String i = 1 j = 1 Do s = Cells(i, 4).Value If s = "" Then Exit Do Worksheets("DATA").Select Cells(j, 1) = Worksheets("URL").Cells(i, 1).Value Cells(j, 2) =

$$Excel-Macros$$ Re: Hyperlink - Macro

2015-11-16 Thread Bill Q
Perfect ! Thank you Mandeep. On Sunday, 15 November 2015 14:56:32 UTC-5, Bill Q wrote: > > Hi, > > Can someone tell me or modify this macro so that when data is returned - > it returns the actual hyperlink whenever it encounters it, instead of > dumping plain text ? > > Thanks. > -- Are