Thread
:
Zahl in ein anderes Feld
View Single Post
09-14-2024, 01:30 AM
Alansidman
Windows 11
Office 2021
עַם יִשְׂרָאֵל חַי
Join Date: Apr 2019
Location: Steamboat Springs
Posts: 115
The only way I see this happening is with VBA. Here is a simple VBA that does exactly what you are requesting.
Option Explicit
Code:
Sub Foo() Dim x As Range Set x = Range("A4") x = Range("A1").Value End Sub
__________________
Alan עַם יִשְׂרָאֵל חַ
Using O365 v2510
Alansidman
View Public Profile
Find all posts by Alansidman