No announcements
Found 2591101 threads
-
0 Votes
Code for merge sheets
Please post the code that you recorded and I will have a look at with a view to editing so that it can identify all data on the worksheets. If you don't have any sensitive ...Unanswered | 1 Replies | 335 Views | Created by Naresh Kumar1014 - Wednesday, January 8, 2020 6:26 AM | Last reply by OssieMac - Wednesday, January 8, 2020 6:43 AM -
0 Votes
Combining 2 excel sheets for a live document
; CheckRow 'makes a cekk location for row to be updated Sheets("File Merge Sheet"). -
0 Votes
C# Or LINQ - how to merge two data sheets with different columns in c#
Hi, I want to merge two data sheets with different columns in c#.. For example, Based on my sheets and ...Answered | 1 Replies | 1339 Views | Created by Gani tpt - Monday, December 18, 2017 5:51 AM | Last reply by Deepak Saradkumar Panchal - Tuesday, December 19, 2017 6:38 AM -
0 Votes
I want to collect all sheets in one vba
unprotecting the sheet first, then clear some ranges and then again protect the sheets. from the title of the thread , we can see that you want to merge the ...Proposed | 1 Replies | 203 Views | Created by Hany Samoil - Wednesday, March 22, 2017 8:51 AM | Last reply by Deepak Saradkumar Panchal - Thursday, March 23, 2017 1:00 AM -
1 Votes
Excel VBA code to Protect Merge cells do not work
Hi All, I have below code which checks each cell in all the sheets and if any cell is having some color than it unlocks that cell. The code is working ...Answered | 2 Replies | 1921 Views | Created by zaveri cc - Wednesday, November 12, 2014 5:03 PM | Last reply by zaveri cc - Wednesday, November 12, 2014 9:01 PM -
0 Votes
VBA: faster & more efficient way to merge cells
VBA Excel - Cells Slow to Merge - Multiple Columns on Multiple Sheets And here're some sample code Unanswered | 2 Replies | 399 Views | Created by jay.nz - Tuesday, November 20, 2018 1:43 AM | Last reply by jay.nz - Tuesday, November 20, 2018 8:30 AM -
2 Votes
60 sheets, only 3 sheets need code
Hi Michel There's no way to prevent Excel from generating code files for the worksheets in a workbook, if you use that workbook as your "base". And ...Answered | 3 Replies | 3445 Views | Created by Lalbatros - Saturday, June 19, 2010 4:53 PM | Last reply by Cindy Meister MVP - Sunday, June 20, 2010 6:33 AM -
0 Votes
Why isn't my code running on all worksheets?
I need to merge a range of cells on each worksheet for a workbook. If I run this code with the line I have commented, this code only merges the ...Answered | 2 Replies | 831 Views | Created by _Sniffles_ - Saturday, August 11, 2018 10:10 PM | Last reply by _Sniffles_ - Wednesday, August 15, 2018 12:40 AM -
0 Votes
vba code to merge all the sheets into one sheet
Hi, I have a workbook with 20-30 sheets in it. I need to merge all the sheets into one sheetUnanswered | 11 Replies | 9135 Views | Created by ERAN3185 - Sunday, July 27, 2008 6:47 AM | Last reply by Rajeev Ranjan_ - Thursday, March 31, 2011 5:31 AM -
0 Votes
C# Merge Excel Sheets into one Sheet
Hi Michal: Thank you very much for your input. I have a couple of reports. All of them will need this merge function. So it ...Answered | 4 Replies | 5775 Views | Created by Calgary123 - Wednesday, October 15, 2014 3:42 PM | Last reply by ryguy72 - Thursday, October 16, 2014 4:04 PM -
0 Votes
Merge Multiple Excel Sheets into One (Master Sheet) using c#
Hi Expert, How do I merge multiple excel worksheets into one/single (master worksheet) with information in each sheet is arranged ...Answered | 2 Replies | 1489 Views | Created by cahmad - Thursday, September 18, 2014 6:33 PM | Last reply by cahmad - Friday, September 19, 2014 1:26 AM -
0 Votes
Merge sort code
CAN SOMEBODY TELL ME HOW TO MAKE THE MERGE SORT CODE FOR C# WINDOWS FORM....THANKSUnanswered | 0 Replies | 4331 Views | Created by e_espinosa6 - Sunday, September 17, 2006 10:00 PM | Last reply by e_espinosa6 - Sunday, September 17, 2006 10:00 PM -
0 Votes
Code Window Asscioated with Sheets?
That module is for event code, associated with the sheet. In the left hand drop down above that module, select "Worksheet", then in the right-hand drop down all the ...Answered | 1 Replies | 700 Views | Created by mskincaid - Tuesday, July 2, 2013 12:20 PM | Last reply by Bernie Deitrick, Excel MVP 2000-2010 - Tuesday, July 2, 2013 1:59 PM -
1 Votes
Translating data from one spreadsheet to another
= Application.GetOpenFilename _ (Title:="Please Select File") Set wb2 = Workbooks.Open(Filename:=FileToOpen) For Each Sheet In ...Proposed | 2 Replies | 618 Views | Created by Focus Technology - Tuesday, October 25, 2016 9:03 PM | Last reply by Deepak Saradkumar Panchal - Wednesday, October 26, 2016 7:29 AM -
0 Votes
Macro Code for Splitting one sheet data into multiples sheets
Here is the example splitting data from one sheet into 5 sheets row by row. You could adjust it for your needed. Sub SplitToSheets() Dim ws As ...Proposed | 2 Replies | 372 Views | Created by SaharFaraji - Thursday, April 13, 2017 8:37 PM | Last reply by Chenchen Li - Friday, April 14, 2017 7:01 AM -
0 Votes
Merge Control Through Code
do we control permissions for users to merge source code from their branches..is there any way to set opertional level permissionsAnswered | 1 Replies | 3925 Views | Created by worldofexception - Thursday, May 29, 2008 11:10 AM | Last reply by Eugene Zakhareyev - Thursday, May 29, 2008 5:29 PM -
0 Votes
Merge properties from property sheets in Visual Studio/MSBuild
when inheriting multiple propety sheets, but only for binary flags or flag enumerations, like "Enable LTCG" etc, because they are supposed to override each ...Unanswered | 2 Replies | 918 Views | Created by markyxl - Friday, October 21, 2016 1:17 PM | Last reply by markyxl - Thursday, October 27, 2016 7:19 AM -
0 Votes
How can I do a mail merge to make labels of stock with various levels? vba?
If you have the names and the quantities in sheet 1 of the workbook and you then run a macro containing the following code; Dim i As Long, j As Long, k As Long ...Answered | 1 Replies | 5104 Views | Created by chris1234554321 - Friday, July 23, 2010 9:01 AM | Last reply by Doug Robbins MVP - Friday, July 23, 2010 11:17 PM -
0 Votes
Merge code from branches
(Development Centera) for code development. Now, say deployment for CRS needs to be done. We will merge the code from Development CRS ...Answered | 1 Replies | 4768 Views | Created by ank9 - Wednesday, May 19, 2010 8:15 AM | Last reply by Chao Kuo - Thursday, May 20, 2010 9:51 AM -
0 Votes
Merge sort code
CAN SOMEBODY KNOW WHATS THE CODE FOR THE MERGE SORT ON C# WINDOWS FORM? PLEASE ANSWER SOON!!!Unanswered | 2 Replies | 5323 Views | Created by e_espinosa6 - Sunday, September 17, 2006 10:02 PM | Last reply by GhazanfarAli - Wednesday, December 4, 2013 6:07 AM - Items 1 to 20 of 2591101 Next ›
No announcements