Make Ctrl + D in German Excel with VBA. How to do it?

vityata

New Member
Joined
Aug 10, 2015
Messages
14
Hello friendly helping people,

Currently I am working in a German Excel, and thus the shortcuts are all confused. Howered, I need to restore the Ctrl+V shortcut for filling values in a column, because I need it badly :)

I have tried to record a macro and save it to my personal.xlsb, but it seems that I did not record correctly.
Can someone give me the VBA code for the shortcut in the English Excel for Ctrl+V?
 
Hello,

try this if you want VALUES to be copied

Sub Werteeinfügen()


Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _
:=False, Transpose:=False

End Sub

BR
 
Upvote 0
Hi @HolyExcel,

Thank you for your input. :)

I want formulas as well. I want anything!
I want the same thing as Ctrl+D in the English version. :)
Anybody?
 
Upvote 0

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top