By lorenzoS Dé Céadaoin, 06 Iúil 2022
Posted in Excel
Freagraí 1
Is maith 0
tuairimí 6.4K
Vótaí 0
Buíon agus tutti,

ho trovato un codice molto utile sul sito che ingrandisce la cella una volta selezionata. tuttavia la ingrandisce immagine e quindi non è possibile cambiarne il contenuto, cosa che invece vorrei fare .....in pratica vorrei ingrandire la cella selezionandola per poi correggerne il contenuto, se riachtanach.... nel seguito il Cód....GRAZIE!!!!!!!


Private Sub worksheet_selectionchange(ByVal Target As Range)
'Updateby Extendoffice
Dim xRg As Range
Dim xCell As Range
Dim xShape As Variant
Set xRg = Target.Areas(1)
For Each xShape In ActiveSheet.Pictures
If xShape.Name = "zoom_cells" Then
xShape.Delete
End If
Next
If Application.WorksheetFunction.CountBlank(xRg) = xRg.Count Then Exit Sub
Application.ScreenUpdating = False
xRg.CopyPicture appearance:=xlScreen, Format:=xlPicture
Application.ActiveSheet.Pictures.Paste.Select
With Selection
.Name = "zoom_cells"
With .ShapeRange
.ScaleWidth 1.5, msoFalse, msoScaleFromTopLeft
.ScaleHeight 1.5, msoFalse, msoScaleFromTopLeft
With .Fill
.ForeColor.SchemeColor = 44
.Visible = msoTrue
.Solid
.Transparency = 0
End With
End With
End With
xRg.Select
Application.ScreenUpdating = True
Set xRg = Nothing
End Sub

Dia duit ann,

Is oth linn nach féidir leat an chill méadaithe le cód VBA a chur in eagar. Mar sin féin, is féidir leat Kutools a úsáid le haghaidh Excel's Barra Foirmle Níos Mó Gné:

mó-foirmle.png


Mura bhfuil Kutools for Excel suiteáilte agat i do ríomhaire, cliceáil le do thoil ar an nasc thíos chun é a íoslódáil. Tairgeann an breiseán triail lánghné ar feadh 30 lá: https://www.extendoffice.com/product/kutools-for-excel.html

Amanda
·
1 bliain ó shin
·
0 Is maith
·
0 Vóta
·
0 Comments
·
Féach ar an bPost Iomlán