No announcements
Found 2575994 threads
-
6 Votes
fetch data from sheet with uniqu name
.ColumnWidths = "20, 40, 40, 30, 50" With ActiveSheet max_row = .Cells(.Rows.Count, "a").End(xlUp).Row For x = 2 To max_row 'yor data ...Unanswered | 14 Replies | 1863 Views | Created by Nima Iranian - Saturday, November 17, 2012 10:42 AM | Last reply by Nima Iranian - Thursday, December 27, 2012 5:09 AM -
0 Votes
Fetch the data from Second Sheet
For this you need to build metadata at runtime using first sheet and then create data flow based on it. The problem with this is SSIS cant change metadata at runtime. So ...Answered | 3 Replies | 783 Views | Created by Kulashekar - Saturday, October 31, 2015 3:15 PM | Last reply by Visakh16 - Saturday, October 31, 2015 7:24 PM -
0 Votes
Getting data from Excel file with unknown sheet name
Hi, We can create a package variable to store the sql clause, and set the data access mode of Excel Source to "SQL Command from a Variable". Then ...Answered | 3 Replies | 5660 Views | Created by fleo - Monday, October 26, 2009 8:27 PM | Last reply by fleo - Monday, November 2, 2009 12:43 PM -
10 Votes
Import data from Excel (custom sheet name)
. I'm not sure if the problem is with the code that is determines sheet name or the code that actually imports the data in. It blocks the file as read only and ...Answered | 42 Replies | 12418 Views | Created by Alla2552 - Friday, July 24, 2009 1:11 PM | Last reply by Dig-Boy - Thursday, June 24, 2010 12:11 AM -
0 Votes
Unable to fetch values strating with zeros from excel sheet
Hi All, In my codedui test I am using an excel sheet to fetch the values. The issue is I am unable to fetch the values from excel sheet ...Answered | 4 Replies | 891 Views | Created by Arun Gopakumar - Tuesday, March 4, 2014 9:47 AM | Last reply by Arun Gopakumar - Thursday, March 6, 2014 6:52 AM -
0 Votes
Fetch User Data from facebook
hii, I am trying to build an app which will give the user to login with his facebook profile option. after entering the user id and password the app will fetch ...Answered | 1 Replies | 1007 Views | Created by Bedant Bikash - Wednesday, October 30, 2013 6:21 PM | Last reply by Bret Bentzinger - Thursday, October 31, 2013 5:36 AM -
0 Votes
Fetch data from umbraco
Hi, Just a thought. Why don't you think about writing a WCF Service which will fetch the contents from your CMS system running at server, and then send ...Answered | 1 Replies | 2175 Views | Created by MSDN_Forums_User - Tuesday, November 3, 2009 12:09 AM | Last reply by TalkToPravin - Tuesday, November 3, 2009 3:59 AM -
0 Votes
Fetch Table name and field name from a given entry
and field name from a given entry . Can anyone suggest me how will i fetch the table name and field name for ...Answered | 2 Replies | 747 Views | Created by mohamed shuhaib - Thursday, April 9, 2015 8:52 AM | Last reply by Vaibhav.Chaudhari - Thursday, April 9, 2015 9:03 AM -
1 Votes
sheet save with suggested name
sheet 1 (name) but i want my name which i want suggest i want when i run macros window open and ask for sheet name which i made name ...Answered | 9 Replies | 420 Views | Created by Nabeel Gondal - Friday, December 30, 2016 8:31 AM | Last reply by MainSleuth - Tuesday, January 3, 2017 6:15 AM -
0 Votes
Browse & Fetch Multiple (.csv) data into excel sheet
) is doing merge the all .csv file. But i required need to copy(fetch) the data from selected .csv files and pasted into active ...Answered | 5 Replies | 5545 Views | Created by Ahamed_1 - Wednesday, September 8, 2010 9:44 AM | Last reply by Ron de Bruin (MVP) - Wednesday, September 8, 2010 2:35 PM -
1 Votes
PRINT SHEET AS PDF WITH SHEET NAME
You set up the name after printing out the sheet, and then you don't do anything with that name... To save as PDF, we can use the ...Answered | 11 Replies | 1549 Views | Created by drsantoshsinghrathore - Sunday, July 31, 2016 10:32 AM | Last reply by drsantoshsinghrathore - Wednesday, August 3, 2016 12:18 AM -
0 Votes
fetch data from webservice
Hi guys, I use wss websevice to retieve data from task list. as below it can retieve a data, I want to retrieve ...Unanswered | 1 Replies | 6342 Views | Created by cheney.gu - Thursday, July 3, 2008 5:23 AM | Last reply by Laxmikant Rathi - Thursday, July 3, 2008 5:56 AM -
0 Votes
Fetch Table name and field name from a given entry
Please follwup your similar thread below:Answered | 1 Replies | 666 Views | Created by mohamed shuhaib - Thursday, April 9, 2015 8:54 AM | Last reply by Vaibhav.Chaudhari - Thursday, April 9, 2015 9:04 AM -
0 Votes
Fetch data from xml to infopath field
, my requirement is if I enter my emaid in view 1 and click submit the second form should automatically fetch name, and phone number from xml database..is it possible? how ... -
0 Votes
Fetch data from another list
We need to fetch the list data from child site to another child site. we know using the site column in top level site but really we need get the list ...Answered | 4 Replies | 1381 Views | Created by Jeym - Thursday, October 10, 2013 12:07 PM | Last reply by Jeym - Tuesday, October 29, 2013 6:45 AM -
0 Votes
Fetch excelsheet report name from SSRS Report
Hi, If I got you correctly, you want to pass the report name to use it in your scripting. SSRS provided a built-in Fields in Report Data Pane ...Answered | 4 Replies | 1964 Views | Created by Manjunath C Bhat - Monday, August 27, 2012 11:09 AM | Last reply by Manjunath C Bhat - Wednesday, August 29, 2012 6:49 AM -
1 Votes
fetch data from prod servers
The package will have following steps 1. data flow task with excel source to connect to your excel sheet 2. link excel source to lookup ...Answered | 13 Replies | 1712 Views | Created by chelseasadhu - Wednesday, March 12, 2014 2:08 PM | Last reply by Visakh16 - Tuesday, March 18, 2014 5:04 PM -
1 Votes
Conditional Data Copying from Sheet to Sheet
(SrcRow, 1).EntireRow.Copy Destination:=wshT.Cells(TrgRow, 1) TrgRow = TrgRow + 1 End If Next SrcRow End Sub Run CopyConditionals ...Answered | 1 Replies | 864 Views | Created by StSingh - Sunday, August 11, 2013 9:35 PM | Last reply by Hans Vogelaar MVP - Monday, August 12, 2013 5:42 AM -
0 Votes
Reading sheet name from excel
Hi, Iam trying to read the sheet names from a excel spread sheet. I need the sheet names to appear in the same order as in the work ...Unanswered | 3 Replies | 3980 Views | Created by sridr1 - Wednesday, May 7, 2008 10:40 AM | Last reply by VMazur - Wednesday, May 7, 2008 11:32 PM -
0 Votes
Fetch Data from multiple database
I am trying to get database from multiple databases using Union ALL. Requirement is need to fetch the list of user whose password is ...Proposed | 3 Replies | 589 Views | Created by pkjse - Tuesday, November 13, 2018 7:35 PM | Last reply by - Tuesday, November 13, 2018 8:54 PM - Items 1 to 20 of 2575994 Next ›
No announcements