Problem entering text into reply window in Excel Questions

In the browser. It looks like MS does not have compatibility mode in Edge but IE 11 does.
 
In the browser. It looks like MS does not have compatibility mode in Edge but IE 11 does.

Thanks. All operating systems have their problems. And everyone likes their OS.
I like some features in Edge.
I can deal with the problem I have here on this Forum.
I saw a posting on the Web about this issues and MS said they were aware of the issue.
When they might fix it is who knows.

Thanks for your explanation.
 
.. Windows 10. And or using Edge

Any code I write using Excel and then when I copy code and try to paste into this forum will not paste in.
I normally use Chrome but am doing this with Edge, using Windows 10, and copying directly from the vba window to my reply here.

Code:
Sub Make_Tables()
  Dim itm As Variant
  
  For Each itm In Split("a b c")
    Range("ZZ2").Formula = "=search(""" & itm & """,A2)"
    Range("A1").CurrentRegion.AdvancedFilter Action:=xlFilterCopy, CriteriaRange:=Range("ZZ1:ZZ2"), CopyToRange:=Cells(1, Columns.Count).End(xlToLeft).Offset(, 2), Unique:=False
  Next itm
  Range("ZZ2").ClearContents
End Sub

Edit: Seems to have gone fine, so must be not inherently something to do with Edge or Win 10, but some particular setting(s) you have. I am using Edge 'out of the box' with no personalised settings.
 
Last edited:
I normally use Chrome but am doing this with Edge, using Windows 10, and copying directly from the vba window to my reply here.

Code:
Sub Make_Tables()
  Dim itm As Variant
  
  For Each itm In Split("a b c")
    Range("ZZ2").Formula = "=search(""" & itm & """,A2)"
    Range("A1").CurrentRegion.AdvancedFilter Action:=xlFilterCopy, CriteriaRange:=Range("ZZ1:ZZ2"), CopyToRange:=Cells(1, Columns.Count).End(xlToLeft).Offset(, 2), Unique:=False
  Next itm
  Range("ZZ2").ClearContents
End Sub

Edit: Seems to have gone fine, so must be not inherently something to do with Edge or Win 10, but some particular setting(s) you have. I am using Edge 'out of the box' with no personalised settings.

Could it have to do with the font I'm using in The Vba editor Window

Do you have a suggestion on the best font to use in the Vba editor

When I copy the text into Notepad it looks Ok and normal font.
 
Could it have to do with the font I'm using in The Vba editor Window
I have no idea, I've never bothered to change it. What font are you using? I'll try it.
 
Last edited:
Times New Roman (Western)
Let's see
Code:
Sub Make_Tables()
  Dim itm As Variant
  
  For Each itm In Split("a b c")
    Range("ZZ2").Formula = "=search(""" & itm & """,A2)"
    Range("A1").CurrentRegion.AdvancedFilter Action:=xlFilterCopy, CriteriaRange:=Range("ZZ1:ZZ2"), CopyToRange:=Cells(1, Columns.Count).End(xlToLeft).Offset(, 2), Unique:=False
  Next itm
  Range("ZZ2").ClearContents
End Sub

Edit: No, still no problem with that font, Win 10 & Edge.
 
Last edited:
Interesting. Thanks for looking into this. I received Edge Automatically from MS when they forced me to upgrade to Windows 10.

It's not really a big problem since I'm using the work around pasting my Vba script into Notepad then into this forum.
Thanks for looking into this.
 
I have had similar issues. Sometimes I have to use Go Advanced.
I think it may have to do with upgrading to Windows 10. And or using Edge

Any code I write using Excel and then when I copy code and try to paste into this forum will not paste in.

I have to copy the code in Excel.
Then paste into Notepad
Then copy from Notepad and then paste into this forum

This problem I had about needing to paste into Notepad then this forum has now been resolved since a new update arrived to MSEdge today. The problem was with MSEdge
 
Last edited:

Forum statistics

Threads
1,214,649
Messages
6,120,730
Members
448,987
Latest member
marion_davis

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