Excel Mac宏

时间:2018-09-19 07:57:40

标签: excel vba excel-vba runtime excel-vba-mac

新手只是试图使Excel(Mac)将工作表另存为PDF,这也将文件名另存为单元格名称。我已经可以在Windows Excel中使用它,但是在Mac中运行时错误。请帮忙。

<?xml version="1.0" encoding="utf-8"?>
<android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    tools:context=".MainActivity">


    <WebView
        android:id="@+id/webView"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:layout_gravity="center"
        android:foregroundGravity="center" />

</android.support.constraint.ConstraintLayout>

0 个答案:

没有答案
相关问题