Тёмный

Excel VBA Macro to Paste Values & Number Formatting But Not Formulas 

Chester Tugwell
Подписаться 107 тыс.
Просмотров 41 тыс.
50% 1

This video demonstrates two methods for creating a VBA macro that will only paste values including number formatting. This tutorial will be useful to you where you need to create a copy of data that does not include formulas, just the formula results.
------------------------

Опубликовано:

 

1 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 17   
@noahnavarro8556
@noahnavarro8556 5 месяцев назад
Great video. I was wondering if you have another video that would help hard code specific cell in multiple sheets. I am trying to hard code prior month numbers while leaving the formula for future months (keeping historical numbers). Thanks
@andiandrianto3623
@andiandrianto3623 6 месяцев назад
I want to paste the value in the cell I clicked on, not cell A15, how do I code it?
@CraigKnowlton-h8c
@CraigKnowlton-h8c 10 месяцев назад
Thank you very much! I have viewed and tried several different videos and this is the one that works for my project. Very well presented, easy to follow and excellent subject knowledge
@arielzabatecuizon5147
@arielzabatecuizon5147 4 года назад
How can I assign values that includes the formats like if it is bold. For example cells(1,2).value=cells(1,1).value but it must include the bold format from cells(1,1).
@clairejsquibb
@clairejsquibb 6 лет назад
Presumably the second macro will not give you the number formatting unless you had already applied those by the earlier Copy and Paste Values macro.
@payamtaheri9450
@payamtaheri9450 4 года назад
First of all thanks a lot for this, Second I got a question: I wrote this code and it keeps giving me an error that the size of the copy area and the paste area are not the same. but if I just use the copy-paste method, it works perfectly. could you pls help me out. Sub copy() eRow = Sheet5.Cells(Rows.Count, 1).End(xlUp).Offset(1, 0).Row Sheet4.Range("a4", "d23").copy Sheet5.Cells(eRow, 1).PasteSpecial (xlPasteValues) End Sub
@RapThesis2326
@RapThesis2326 3 года назад
Because u have merged cell, it won't work in merged cell
@brigadeshivu
@brigadeshivu 4 года назад
Sir kindly let me know how i paste special multiple times at constant interval of time
@sudarshanjadhav1676
@sudarshanjadhav1676 3 года назад
Thank you so much for this video...!
@victormoreno803
@victormoreno803 2 года назад
thank you
@xx-lb7ps
@xx-lb7ps 6 лет назад
this was a life saviour :") THANK YOU SO MUCH
@AlexA-dn2bn
@AlexA-dn2bn 6 лет назад
Hi, can you please explain how we can change the range to select cells A1:H1 and down to the last row (so when there are new rows of data added these aret's excluded)? Thanks :)
@stuartbrown5344
@stuartbrown5344 6 лет назад
Hi, create a Dynamic List and use the name that you have assigned to you Dynamic List as the Range.
@miteshpatel2799
@miteshpatel2799 6 лет назад
thanks this is very useful
@MohAboAbdo
@MohAboAbdo 5 лет назад
Thanks ... Thanks.
@herur.m7066
@herur.m7066 6 лет назад
Thank you, really help me
Далее
AutoRefresh PivotTable When Data Source Changes
6:53
▼ КАПИТАН НАШЁЛ НЕФТЬ В 🍑
33:40
Просмотров 473 тыс.
Next Empty Row Trick in Excel VBA & Macros
10:36
Просмотров 55 тыс.
VBA Macro to Copy Data from Another Workbook in Excel
13:39
EASILY Make an Automated Data Entry Form in Excel
14:52
Copy Filtered Data To New Sheets Excel VBA Macro
5:03
Excel VBA - Paste Special
6:06
Просмотров 194 тыс.
VBA Macro to Copy Data to Another Workbook
10:30
Просмотров 71 тыс.